summaryrefslogtreecommitdiff
path: root/npc/032-3/episode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/032-3/episode.txt')
-rw-r--r--npc/032-3/episode.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/032-3/episode.txt b/npc/032-3/episode.txt
index 1d8ad24cc..1c01139ab 100644
--- a/npc/032-3/episode.txt
+++ b/npc/032-3/episode.txt
@@ -8,8 +8,7 @@
end;
OnTouch:
.@q = (getq(LoFQuest_EPISODE) == 15 ? getq2(LoFQuest_EPISODE) : 99);
- // No more passage if quest > 15
- if (getq(LoFQuest_EPISODE) == 15 && .@q >= 2)
+ if (.@q >= 2)
warp "032-4", 40, 74;
else
dispbottom l("This door is locked.");