diff options
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; |