From 6534f0d9b65ff9cc1dc5c5a9f83b79a2d9564e1a Mon Sep 17 00:00:00 2001 From: cafe Date: Tue, 8 Nov 2011 21:25:36 -0200 Subject: Fixes the bug that was making people get oranges when using the orange towel. --- world/map/npc/items/warpTowels.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'world/map/npc/items') diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt index 01fb5811..c05f7dc7 100644 --- a/world/map/npc/items/warpTowels.txt +++ b/world/map/npc/items/warpTowels.txt @@ -28,7 +28,7 @@ L_Botcheck: L_Keep: getitem "RedHitchhikersTowel", 1; - end; end; + end; } function|script|useGreenWarpTowel|{ if (isin("botcheck.gat",8,11,32,29)) @@ -44,7 +44,7 @@ L_Botcheck: L_Keep: getitem "GreenHitchhikersTowel", 1; - end; end; + end; } function|script|useBlueWarpTowel|{ if (isin("botcheck.gat",8,11,32,29)) @@ -60,7 +60,7 @@ L_Botcheck: L_Keep: getitem "BlueHitchhikersTowel", 1; - end; end; + end; } function|script|useYellowWarpTowel|{ if (isin("botcheck.gat",8,11,32,29)) @@ -76,7 +76,7 @@ L_Botcheck: L_Keep: getitem "YellowHitchhikersTowel", 1; - end; end; + end; } function|script|usePurpleWarpTowel|{ if (isin("botcheck.gat",8,11,32,29)) @@ -92,7 +92,7 @@ L_Botcheck: L_Keep: getitem "PurpleHitchhikersTowel", 1; - end; end; + end; } function|script|useOrangeWarpTowel|{ if (isin("botcheck.gat",8,11,32,29)) @@ -107,8 +107,8 @@ L_Botcheck: message strcharinfo(0), "You must be warped by a GM to leave the bot check area."; L_Keep: - getitem "Orange", 1; - end; end; + getitem "OrangeHitchhikersTowel", 1; + end; } function|script|usePinkWarpTowel|{ if (isin("botcheck.gat",8,11,32,29)) @@ -124,7 +124,7 @@ L_Botcheck: L_Keep: getitem "PinkHitchhikersTowel", 1; - end; end; + end; } function|script|useTealWarpTowel|{ if (isin("botcheck.gat",8,11,32,29)) @@ -140,7 +140,7 @@ L_Botcheck: L_Keep: getitem "TealHitchhikersTowel", 1; - end; end; + end; } function|script|useLimeWarpTowel|{ if (isin("botcheck.gat",8,11,32,29)) @@ -156,5 +156,5 @@ L_Botcheck: L_Keep: getitem "LimeHitchhikersTowel", 1; - end; end; + end; } -- cgit v1.2.3-60-g2f50