diff options
Diffstat (limited to 'npc/items/warpTowels.txt')
-rw-r--r-- | npc/items/warpTowels.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/warpTowels.txt b/npc/items/warpTowels.txt index 5ef5167b..eee05673 100644 --- a/npc/items/warpTowels.txt +++ b/npc/items/warpTowels.txt @@ -29,12 +29,12 @@ function script usePurpleWarpTowel { end; } function script useOrangeWarpTowel { - warp "003-1.gat",35,25; + warp "027-1.gat",70,100; // Graveyard getitem "GreyWarpTowel", 1; end; } function script usePinkWarpTowel { - warp "003-1.gat",35,25; + warp "012-3.gat",448,66; // Terranite Cave getitem "GreyWarpTowel", 1; end; } |