From 4634393244044fc583697e82fb15905bed1f4feb Mon Sep 17 00:00:00 2001 From: Cassy1 Date: Sun, 28 Dec 2014 15:15:33 +0100 Subject: Fixed the mixed up item requirements --- world/map/npc/functions/undead_debug.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/functions') diff --git a/world/map/npc/functions/undead_debug.txt b/world/map/npc/functions/undead_debug.txt index a49fcd76..992cbc97 100644 --- a/world/map/npc/functions/undead_debug.txt +++ b/world/map/npc/functions/undead_debug.txt @@ -53,26 +53,26 @@ L_KrukanItems: L_RazhaItems: if ((checkweight("Soul", 3) == 0) - || (checkweight("RottenRags", 5) == 0) + || (checkweight("DiseasedHeart", 5) == 0) || (checkweight("UndeadEye", 5) == 0) || (checkweight("UndeadEar", 5) == 0) || (@inventorylist_count == 100)) goto L_InventoryNoSpace; getitem "Soul", 3; - getitem "RottenRags", 5; + getitem "DiseasedHeart", 5; getitem "UndeadEye", 5; getitem "UndeadEar", 5; goto L_Main; L_TeroganItems: if ((checkweight("Soul", 5) == 0) - || (checkweight("DiseasedHeart", 5) == 0) + || (checkweight("RottenRags", 5) == 0) || (checkweight("UndeadEye", 5) == 0) || (checkweight("UndeadEar", 5) == 0) || (@inventorylist_count == 100)) goto L_InventoryNoSpace; getitem "Soul", 5; - getitem "DiseasedHeart", 5; + getitem "RottenRags", 5; getitem "UndeadEye", 5; getitem "UndeadEar", 5; goto L_Main; -- cgit v1.2.3-70-g09d2