diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-04 01:36:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-04 01:36:54 -0300 |
commit | 782c9d437638dd54192b9c1f039e8b6dcac0045d (patch) | |
tree | 38546f0e487b273008a10e02d4cd722727d4be03 /npc/items/teleporter.txt | |
parent | 2223520a4364a46248842ea577af08a08de80894 (diff) | |
download | serverdata-782c9d437638dd54192b9c1f039e8b6dcac0045d.tar.gz serverdata-782c9d437638dd54192b9c1f039e8b6dcac0045d.tar.bz2 serverdata-782c9d437638dd54192b9c1f039e8b6dcac0045d.tar.xz serverdata-782c9d437638dd54192b9c1f039e8b6dcac0045d.zip |
Prepare introduction of Warp Crystals, update Lua dialog if hurns is in siege
Diffstat (limited to 'npc/items/teleporter.txt')
-rw-r--r-- | npc/items/teleporter.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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; |