From fce253b2e98fab3077dd48ef5bcc232f06e901eb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Apr 2019 10:49:30 -0300 Subject: Monster King Siege: Evil Sanctum on all maps --- npc/functions/weather.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/functions') 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") { -- cgit v1.2.3-60-g2f50