summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-02 20:36:48 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-02 20:36:48 -0300
commit2800444630565467ffd047073ed6a4a869385e8e (patch)
treec8b25797a69806d7e0aa579e5e7986ac4a4ec51e /npc/functions
parentcb08ab6a012976b8f072785bfcd5be03a55afacb (diff)
downloadserverdata-2800444630565467ffd047073ed6a4a869385e8e.tar.gz
serverdata-2800444630565467ffd047073ed6a4a869385e8e.tar.bz2
serverdata-2800444630565467ffd047073ed6a4a869385e8e.tar.xz
serverdata-2800444630565467ffd047073ed6a4a869385e8e.zip
During Winter, it'll snow on woodlands ad infinitum
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/weather.txt2
1 files changed, 2 insertions, 0 deletions
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)