diff options
Diffstat (limited to 'world/map/npc/items')
-rw-r--r-- | world/map/npc/items/warpTowels.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt index ac82c92b..585112ff 100644 --- a/world/map/npc/items/warpTowels.txt +++ b/world/map/npc/items/warpTowels.txt @@ -5,12 +5,12 @@ function|script|WarpTowel goto L_DontPanic; if (isin("botcheck.gat",25,27,51,47)) goto L_Prison; - if (getmapflag(getmap(), MF_NOSAVE)) + if (getmapflag(getmap(), MF_NOSAVE) || isin("009-7.gat",$@fightclub_x1,$@fightclub_y1,$@fightclub_x2,$@fightclub_y2)) goto L_Forbid; callfunc "MultiWarpTowel"; - if (@warpTowelName$ == "HitchhikersTowel") + if (@warpTowelName$ == "HitchhikersTowel") goto L_Save; if(@warpTowelName$ == "WhiteHitchhikersTowel") goto L_White; |