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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt
index 533d793a9..ce0fa8105 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*2)));
+ rif(getq(LoFQuest_EPISODE) >= 15, l("200 years ago, The Great Fire (%dm)", 360-(.@x*2)));
if (@menu == 1)
close;
@@ -107,7 +107,7 @@ OnUse:
@timer_navio_running=0;
break;
case 8:
- atcommand("@block "+strcharinfo(0));
+ //atcommand("@block "+strcharinfo(0));
setq2 LoFQuest_EPISODE, 0;
warp "032-1", 23, 25;
TELEPORTER_TIME=loftel_time(360, .@x*2);