From a7d828857708ad4733c944a2db1ddbdf9098af20 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 03:09:53 -0300 Subject: Soft-out the usage of LoF Teleporter, as it uses the same ctrl variable. --- npc/items/lofteleporter.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/items/lofteleporter.txt') diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index c387c1917..9a1b9ba94 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -51,10 +51,10 @@ OnUse: select l("Don't warp"), - l("Land Of Fire Village (@@m)", 50-.@x), + l("Land Of Fire Village (@@m)", 40-.@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)); + rif(GSET_SOULMENHIR_MANUAL, l("Save Point (@@m)", 20-.@x)); if (@menu == 1) close; @@ -69,7 +69,7 @@ OnUse: switch (@menu) { case 2: warp "017-1", 120, 89; - TELEPORTER_TIME=loftel_time(50, .@x); + TELEPORTER_TIME=loftel_time(40, .@x); LOCATION$="LoF"; break; case 3: @@ -84,7 +84,7 @@ OnUse: break; case 5: warp "Save", 0, 0; - TELEPORTER_TIME=loftel_time(30, .@x); + TELEPORTER_TIME=loftel_time(20, .@x); //LOCATION$="Save"; break; } -- cgit v1.2.3-60-g2f50