summaryrefslogtreecommitdiff
path: root/npc/items/warpTowels.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/warpTowels.txt')
-rwxr-xr-xnpc/items/warpTowels.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/warpTowels.txt b/npc/items/warpTowels.txt
index 18fea9f7..0ed9a91c 100755
--- a/npc/items/warpTowels.txt
+++ b/npc/items/warpTowels.txt
@@ -4,7 +4,7 @@ function script WarpTowel {
goto L_DontPanic;
if (isin("botcheck",25,27,51,47))
goto L_Prison;
- if (getmapflag(getmapname(), mf_nosave) || getmapflag(getmapname(), MF_NOTELEPORT) || getmapflag(getmapname(), MF_NOWARP) || isin("009-7",$@fightclub_x1,$@fightclub_y1,$@fightclub_x2,$@fightclub_y2))
+ if (getmapflag(getmapname(), mf_nosave) || getmapflag(getmapname(), mf_noteleport) || getmapflag(getmapname(), mf_nowarp) || isin("009-7",$@fightclub_x1,$@fightclub_y1,$@fightclub_x2,$@fightclub_y2))
goto L_Forbid;
if (@warpTowelName$ == "HitchhikersTowel")