diff options
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/items/warpTowels.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt index 91c4fccc..461ac333 100644 --- a/world/map/npc/items/warpTowels.txt +++ b/world/map/npc/items/warpTowels.txt @@ -2,7 +2,7 @@ function|script|WarpTowel { set @seconds, TowelLastUsed - (gettimetick(2) - 1200); - if (@seconds > 0) + if (@seconds > 0 && GM < 1) goto L_DontPanic; if (isin("botcheck",25,27,51,47)) goto L_Prison; @@ -63,9 +63,9 @@ L_Blue: L_Yellow: // Tulimshar Mines - set @NextLocationMap$, "002-2"; - set @NextLocationX, 27; - set @NextLocationY, 28; + set @NextLocationMap$, "002-1"; + set @NextLocationX, 113; + set @NextLocationY, 117; goto L_WarpPlayer; L_Purple: |