summaryrefslogtreecommitdiff
path: root/npc/034-4/exit.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-03 11:33:58 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-03 11:33:58 -0300
commite553fa37195febcca7408d2fc60b0010d64f31f7 (patch)
treeb635adf1af557addd0c6c5907ef22a538beffc70 /npc/034-4/exit.txt
parent3a51d5756508a069776bce12b0a7db8cd558097b (diff)
downloadserverdata-e553fa37195febcca7408d2fc60b0010d64f31f7.tar.gz
serverdata-e553fa37195febcca7408d2fc60b0010d64f31f7.tar.bz2
serverdata-e553fa37195febcca7408d2fc60b0010d64f31f7.tar.xz
serverdata-e553fa37195febcca7408d2fc60b0010d64f31f7.zip
Add Luvia placeholder
Diffstat (limited to 'npc/034-4/exit.txt')
-rw-r--r--npc/034-4/exit.txt6
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: