summaryrefslogtreecommitdiff
path: root/npc/012-5/nicholas.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r--npc/012-5/nicholas.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index 640eb725b..6e49ccfb7 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -116,10 +116,10 @@ L_Weapon:
select
l("Nothing, sorry!"),
l("Wooden Sword"),
- l("Bronze Gladius"),
l("Iron Bug Slayer"),
l("Iron Short Gladius"),
- l("Iron Butcher Knife"),
+ l("Bronze Gladius"),
+ //l("Iron Butcher Knife"),
l("Iron Short Sword"),
l("Iron Backsword");
@@ -130,22 +130,22 @@ L_Weapon:
blacksmith_create(WoodenLog, 20, RawLog, 5, WoodenSword, 450);
break;
case 3:
- blacksmith_create(CopperIngot, 18, TinIngot, 2, BronzeGladius, 500);
- break;
- case 4:
blacksmith_create(IronIngot, 8, Coal, 12, BugSlayer, 1000);
break;
- case 5:
+ case 4:
blacksmith_create(IronIngot, 12, Coal, 16, ShortGladius, 1550);
break;
- case 6:
- blacksmith_create(IronIngot, 16, Coal, 20, ButcherKnife, 2550);
+ case 5:
+ blacksmith_create(CopperIngot, 18, TinIngot, 2, RealBronzeGladius, 500);
break;
+ //case 6:
+ // blacksmith_create(IronIngot, 16, Coal, 20, ButcherKnife, 2550);
+ // break;
case 7:
blacksmith_create(IronIngot, 21, Coal, 27, ShortSword, 3550);
break;
case 8:
- blacksmith_create(IronIngot, 28, Coal, 32, BackSword, 4550);
+ blacksmith_create(IronIngot, 28, Coal, 32, Backsword, 4550);
break;
}
goto L_Weapon;