diff options
-rw-r--r-- | npc/012-5/nicholas.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index a920061d3..640eb725b 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -138,6 +138,15 @@ L_Weapon: case 5: blacksmith_create(IronIngot, 12, Coal, 16, ShortGladius, 1550); 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); + break; } goto L_Weapon; |