summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-03-07 04:14:59 +0100
committerReid <reidyaro@gmail.com>2016-03-07 04:14:59 +0100
commit029481ca8bc7f33ab90076e42d73fa7f9e6f6486 (patch)
tree81a0775d3c827bb9bcc46d5daafc4be89e38f468
parent112b42fdb1669db571ea54791ac8907b894080a3 (diff)
downloadserverdata-029481ca8bc7f33ab90076e42d73fa7f9e6f6486.tar.gz
serverdata-029481ca8bc7f33ab90076e42d73fa7f9e6f6486.tar.bz2
serverdata-029481ca8bc7f33ab90076e42d73fa7f9e6f6486.tar.xz
serverdata-029481ca8bc7f33ab90076e42d73fa7f9e6f6486.zip
Fix typo on croconut script, menu items were all the same.
-rw-r--r--npc/items/croconut.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt
index 449b78cc..2f0213c5 100644
--- a/npc/items/croconut.txt
+++ b/npc/items/croconut.txt
@@ -33,9 +33,9 @@ L_Weapon:
menu
rif(countitem(3500) > 0, l(getitemname(3500))), L_Weak,
rif(countitem(3501) > 0, l(getitemname(3501))), L_Weak,
- rif(countitem(3502) > 0, l(getitemname(3501))), L_Good,
- rif(countitem(3503) > 0, l(getitemname(3501))), L_Weak,
- rif(countitem(3504) > 0, l(getitemname(3501))), L_Good,
+ rif(countitem(3502) > 0, l(getitemname(3502))), L_Good,
+ rif(countitem(3503) > 0, l(getitemname(3503))), L_Weak,
+ rif(countitem(3504) > 0, l(getitemname(3504))), L_Good,
l("Bare Hands"), -;
L_TooWeak: