summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcafe <cafe@cafe-EP45-UD3L.(none)>2011-11-08 21:25:36 -0200
committercafe <cafe@cafe-EP45-UD3L.(none)>2011-11-08 21:25:36 -0200
commit6534f0d9b65ff9cc1dc5c5a9f83b79a2d9564e1a (patch)
tree10500c1bc740e5556193065488773ce8550b414e
parent07911c23803240a6479e37f33cf5a3ebaa9dad2d (diff)
downloadserverdata-6534f0d9b65ff9cc1dc5c5a9f83b79a2d9564e1a.tar.gz
serverdata-6534f0d9b65ff9cc1dc5c5a9f83b79a2d9564e1a.tar.bz2
serverdata-6534f0d9b65ff9cc1dc5c5a9f83b79a2d9564e1a.tar.xz
serverdata-6534f0d9b65ff9cc1dc5c5a9f83b79a2d9564e1a.zip
Fixes the bug that was making people get oranges when using the orange towel.
-rw-r--r--world/map/npc/items/warpTowels.txt20
1 files changed, 10 insertions, 10 deletions
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;
}