From a8949d6c66c477e3a9c50c6589705c39c793b974 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Jul 2018 22:29:31 -0300 Subject: [skip ci] Don't forget night u.u --- npc/functions/weather.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc') diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 0dacd8874..32eae8ddd 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -81,6 +81,8 @@ OnMinute45: .@mk=.@mk^MASK_SANDSTORM; if (.@mk & MASK_SNOW) .@mk=.@mk^MASK_SNOW; + if (.@mk & MASK_NIGHT) + .@mk=.@mk^MASK_NIGHT; // Remove all current masks, and add rain/snow/sand if (.@type$ == "desert") { -- cgit v1.2.3-60-g2f50