summaryrefslogtreecommitdiff
path: root/npc/items/lofteleporter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/lofteleporter.txt')
-rw-r--r--npc/items/lofteleporter.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt
index e40c32cef..05d6d028f 100644
--- a/npc/items/lofteleporter.txt
+++ b/npc/items/lofteleporter.txt
@@ -57,7 +57,7 @@ OnUse:
rif(TELEPORTERS & TP_HALIN, l("Halinarzo (@@m)", 120-.@x)),
rif(TELEPORTERS & TP_LILIT, l("Lilit (@@m)", 150-.@x)),
rif(GSET_SOULMENHIR_MANUAL, l("Save Point (@@m)", 30-.@x)),
- rif(false, l("200 years ago, The Great Fire (%dm)", 360-.@x));
+ rif(false, l("200 years ago, The Great Fire (%dm)", 360-(.@x*2)));
if (@menu == 1)
close;
@@ -106,6 +106,12 @@ OnUse:
teleporthome();
@timer_navio_running=0;
break;
+ case 8:
+ atcommand("@block "+strcharinfo(0));
+ warp "032-1", 23, 25;
+ TELEPORTER_TIME=loftel_time(360, .@x*2);
+ @timer_navio_running=0;
+ break;
}
closedialog;
end;