From 782c9d437638dd54192b9c1f039e8b6dcac0045d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 01:36:54 -0300 Subject: Prepare introduction of Warp Crystals, update Lua dialog if hurns is in siege --- npc/items/teleporter.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/items/teleporter.txt') diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt index c387c1917..7c5ad6c4f 100644 --- a/npc/items/teleporter.txt +++ b/npc/items/teleporter.txt @@ -3,9 +3,9 @@ // Pyndragon // Jesusalva // Description: -// Hand Teleporter (also saves coordinates - @memo) +// Warp Crystal -- script LoF Teleporter NPC_HIDDEN,{ +- script Warp Crystal NPC_HIDDEN,{ close; // Checks if you can warp @@ -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)), - rif(GSET_SOULMENHIR_MANUAL, l("Save Point (@@m)", 30-.@x)); + 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