From 2800444630565467ffd047073ed6a4a869385e8e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Jul 2018 20:36:48 -0300 Subject: During Winter, it'll snow on woodlands ad infinitum --- npc/functions/weather.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index b07ad71e6..d9c7b1d67 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -89,6 +89,8 @@ OnMinute45: } else if (.@type$ == "woodland") { if (.@r < 300) .@mk=MASK_RAIN; + if (season() == WINTER) + .@mk=.@mk|MASK_SNOW; } else if (.@type$ == "iceland") { if (.@r < 30) -- cgit v1.2.3-60-g2f50