From 6f1a2ad1083c5a1b638690d58c847f029d1f4915 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 03:36:21 -0200 Subject: Add a victory condition which nobody would want (not even me) --- npc/018-2-2/main.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/018-2-2') 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) -- cgit v1.2.3-60-g2f50