diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:39:47 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:39:47 -0200 |
commit | 03cd53018a304010179f8a49b022b63908b10a28 (patch) | |
tree | c4e41d02c2017686ed876c8650c34e4451a9e598 /npc/012-5/nicholas.txt | |
parent | 95f376d0c2f102ed17e0979c988aa5a1c15efdd5 (diff) | |
download | serverdata-03cd53018a304010179f8a49b022b63908b10a28.tar.gz serverdata-03cd53018a304010179f8a49b022b63908b10a28.tar.bz2 serverdata-03cd53018a304010179f8a49b022b63908b10a28.tar.xz serverdata-03cd53018a304010179f8a49b022b63908b10a28.zip |
Fill the Heroes Hold with rares.
I don't really think it is worth doing, but I'm not a hardcore player %%a
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; } |