From b3dd493dfc59f1ea1a8e74d86c877e7aafb59a51 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 17:07:43 -0200 Subject: Add the three new swords to forge, I'll think on something meanwhile. --- npc/012-5/nicholas.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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; -- cgit v1.2.3-60-g2f50