From d8c8cd8b5738d90a0be987113fd78afbf35fe5d9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 30 Apr 2019 10:26:22 -0300 Subject: Fix teleport to save point with teleporter --- npc/items/teleporter.txt | 4 ++-- 1 file 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; -- cgit v1.2.3-60-g2f50