diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-25 13:50:31 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-25 13:50:31 -0200 |
commit | c5bb55befd9ce29266ad45e34d650667c431c518 (patch) | |
tree | 4978e64d11e81f20d0381720c9eaf531dc731938 /npc | |
parent | 967f602c24901747bc45426c0580da5c3ceeef56 (diff) | |
download | serverdata-c5bb55befd9ce29266ad45e34d650667c431c518.tar.gz serverdata-c5bb55befd9ce29266ad45e34d650667c431c518.tar.bz2 serverdata-c5bb55befd9ce29266ad45e34d650667c431c518.tar.xz serverdata-c5bb55befd9ce29266ad45e34d650667c431c518.zip |
You must be holding a "fake" broze gladius to craft a real bronze gladius
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-5/nicholas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index af59b5024..098362af3 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -118,7 +118,7 @@ L_Weapon: l("Wooden Sword"), l("Iron Bug Slayer"), l("Iron Short Gladius"), - l("Bronze Gladius"), + rif(countitem(BronzeGladius), l("Bronze Gladius")), l("Iron Backsword"); switch (@menu) { |