summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/weather.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index ce18f11a1..83a02fecd 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -118,6 +118,14 @@ OnMinute45:
.@mk=.@mk^MASK_SNOW;
if (.@mk & MASK_NIGHT)
.@mk=.@mk^MASK_NIGHT;
+ if (.@mk & MASK_EVILSANCTUM)
+ .@mk=.@mk^MASK_EVILSANCTUM;
+
+ // Monster King Sieges
+ if ($@MK_SCENE)
+ .@mk=.@mk|MASK_EVILSANCTUM;
+ if (.@mk & (MASK_MATTACK|MASK_EVILSANCTUM))
+ .@mk=.@mk^MASK_EVILSANCTUM;
// Remove all current masks, and add rain/snow/sand
if (.@type$ == "desert") {