summaryrefslogtreecommitdiff
path: root/npc/018-2-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-2-2')
-rw-r--r--npc/018-2-2/main.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt
index 6d1fb31c9..14ac6bf67 100644
--- a/npc/018-2-2/main.txt
+++ b/npc/018-2-2/main.txt
@@ -14,6 +14,9 @@ OnPlayerCycle:
if (@HH_TIMER >= 2400) {
warp "018-2-1", 0, 0;
dispbottom l("You were rescued by DUSTMAN.");
+ // TODO FIXME - the only current way to win is wait 20 minutes
+ .@g=getq2(LoFQuest_HH);
+ setq2 LoFQuest_HH, .@g|@HH_LEVEL;
end;
}
// TODO: Handle traps (We'll use isin() command because you can give 3~4 steps each counter)