summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/items/teleporter.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt
index 8e5715c94..c387c1917 100644
--- a/npc/items/teleporter.txt
+++ b/npc/items/teleporter.txt
@@ -54,7 +54,7 @@ OnUse:
l("Land Of Fire Village (@@m)", 50-.@x),
rif(TELEPORTERS & TP_FROST, l("Frostia (@@m)", 360-.@x)),
rif(TELEPORTERS & TP_HALIN, l("Halinarzo (@@m)", 360-.@x)),
- l("Save Point (@@m)", 30-.@x);
+ rif(GSET_SOULMENHIR_MANUAL, l("Save Point (@@m)", 30-.@x));
if (@menu == 1)
close;
@@ -85,7 +85,7 @@ OnUse:
case 5:
warp "Save", 0, 0;
TELEPORTER_TIME=loftel_time(30, .@x);
- LOCATION$="Save";
+ //LOCATION$="Save";
break;
}
closedialog;