diff options
-rw-r--r-- | npc/items/lofteleporter.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |