summaryrefslogtreecommitdiff
path: root/npc/items/teleporter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/teleporter.txt')
-rw-r--r--npc/items/teleporter.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt
index 2b95adc0f..8e5715c94 100644
--- a/npc/items/teleporter.txt
+++ b/npc/items/teleporter.txt
@@ -70,18 +70,22 @@ OnUse:
case 2:
warp "017-1", 120, 89;
TELEPORTER_TIME=loftel_time(50, .@x);
+ LOCATION$="LoF";
break;
case 3:
warp "024-1", 155, 82;
TELEPORTER_TIME=loftel_time(360, .@x);
+ LOCATION$="Frostia";
break;
case 4:
warp "009-1", 113, 91;
TELEPORTER_TIME=loftel_time(360, .@x);
+ LOCATION$="Halin";
break;
case 5:
warp "Save", 0, 0;
TELEPORTER_TIME=loftel_time(30, .@x);
+ LOCATION$="Save";
break;
}
closedialog;