diff options
Diffstat (limited to 'npc/034-4/exit.txt')
-rw-r--r-- | npc/034-4/exit.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/034-4/exit.txt b/npc/034-4/exit.txt index 11d756cdc..5efee06d1 100644 --- a/npc/034-4/exit.txt +++ b/npc/034-4/exit.txt @@ -8,7 +8,9 @@ OnWumpus: GeminiCheck(); - // TODO FIXME: Instead of 75% chance, a Wumpus Egg only on first victory + // TODO FIXME: Instead of 75% chance, a Wumpus Egg only on first victory? + // TODO: Maybe exchange an Wumpus Egg for a Sunny Crystal or Mylarin Dust? + // Or have a NPC do so, I guess. if (any(true, true, true, false)) getitem WumpusEgg, 1; else @@ -164,6 +166,8 @@ OnTouch: sleep2(2000); @forced_sick$ = getmap(); doevent "#DungeonCore::OnSick"; + + // TODO: The escape? end; OnSick: |