diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-30 10:26:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-30 10:26:22 -0300 |
commit | d8c8cd8b5738d90a0be987113fd78afbf35fe5d9 (patch) | |
tree | 705cd6025231e0806a28b5e652de55747061dee5 | |
parent | 20ad748ff2fb7eb8b4453ac57fd101a98b788bc5 (diff) | |
download | serverdata-d8c8cd8b5738d90a0be987113fd78afbf35fe5d9.tar.gz serverdata-d8c8cd8b5738d90a0be987113fd78afbf35fe5d9.tar.bz2 serverdata-d8c8cd8b5738d90a0be987113fd78afbf35fe5d9.tar.xz serverdata-d8c8cd8b5738d90a0be987113fd78afbf35fe5d9.zip |
Fix teleport to save point with teleporter
-rw-r--r-- | npc/items/teleporter.txt | 4 |
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; |