summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/halloween/munro.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/halloween/munro.txt')
-rw-r--r--world/map/npc/annuals/halloween/munro.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/world/map/npc/annuals/halloween/munro.txt b/world/map/npc/annuals/halloween/munro.txt
index 03c81477..23075a9b 100644
--- a/world/map/npc/annuals/halloween/munro.txt
+++ b/world/map/npc/annuals/halloween/munro.txt
@@ -98,6 +98,19 @@ L_Tormenta:
// Spawn Tormenta and finish
monster "057-1", 126, 64, "Tormenta", 1137, 1, "Munro::OnTormentaDie";
+
+ // Doomsday Untils
+ if ($DOOMSDAY == 3)
+ goto L_Doomsday;
+ end;
+
+// Doomsday Act 5 Utils
+L_Doomsday:
+ if (!$DOOMSDAY_TWARP)
+ end;
+ if ($DOOMSDAY_TJANDE)
+ end;
+ set $DOOMSDAY_CNT2, $DOOMSDAY_CNT2+1;
end;
}