diff options
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r-- | npc/012-5/nicholas.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index f4794f4b8..af59b5024 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -119,7 +119,6 @@ L_Weapon: l("Iron Bug Slayer"), l("Iron Short Gladius"), l("Bronze Gladius"), - l("Iron Short Sword"), l("Iron Backsword"); switch (@menu) { @@ -138,9 +137,6 @@ L_Weapon: blacksmith_create(CopperIngot, 18, TinIngot, 2, RealBronzeGladius, 500); break; case 6: - blacksmith_create(IronIngot, 21, Coal, 27, ShortSword, 3550); - break; - case 7: blacksmith_create(IronIngot, 28, TitaniumIngot, 12, Backsword, 4550); break; } |