diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 17:07:43 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 17:07:43 -0200 |
commit | b3dd493dfc59f1ea1a8e74d86c877e7aafb59a51 (patch) | |
tree | f687d1b6c83fbe1795a1810002a4196b5cf419df /npc | |
parent | 5eea66313a822cefea950a4fa1fd193a2db80ad8 (diff) | |
download | serverdata-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')
-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; |