From 029481ca8bc7f33ab90076e42d73fa7f9e6f6486 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 7 Mar 2016 04:14:59 +0100 Subject: Fix typo on croconut script, menu items were all the same. --- npc/items/croconut.txt | 6 +++--- 1 file 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: -- cgit v1.2.3-60-g2f50