summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/012-5/nicholas.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index 687da3aec..e2fec91db 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -151,7 +151,8 @@ L_Shield:
blacksmith_header();
select
l("Nothing, sorry!"),
- l("Wooden Shield");
+ l("Wooden Shield"),
+ l("Iron Blade Shield");
switch (@menu) {
case 1:
@@ -159,6 +160,9 @@ L_Shield:
case 2:
blacksmith_create(WoodenLog, 40, LeatherPatch, 2, WoodenShield, 500);
break;
+ case 3:
+ blacksmith_create(IronIngot, 16, TitaniumIngot, 2, BladeShield, 1500);
+ break;
}
goto L_Shield;