summaryrefslogtreecommitdiff
path: root/npc/012-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-19 17:07:43 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-19 17:07:43 -0200
commitb3dd493dfc59f1ea1a8e74d86c877e7aafb59a51 (patch)
treef687d1b6c83fbe1795a1810002a4196b5cf419df /npc/012-5
parent5eea66313a822cefea950a4fa1fd193a2db80ad8 (diff)
downloadserverdata-b3dd493dfc59f1ea1a8e74d86c877e7aafb59a51.tar.gz
serverdata-b3dd493dfc59f1ea1a8e74d86c877e7aafb59a51.tar.bz2
serverdata-b3dd493dfc59f1ea1a8e74d86c877e7aafb59a51.tar.xz
serverdata-b3dd493dfc59f1ea1a8e74d86c877e7aafb59a51.zip
Add the three new swords to forge, I'll think on something meanwhile.
Diffstat (limited to 'npc/012-5')
-rw-r--r--npc/012-5/nicholas.txt9
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;