diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 20:36:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 20:36:48 -0300 |
commit | 2800444630565467ffd047073ed6a4a869385e8e (patch) | |
tree | c8b25797a69806d7e0aa579e5e7986ac4a4ec51e | |
parent | cb08ab6a012976b8f072785bfcd5be03a55afacb (diff) | |
download | serverdata-2800444630565467ffd047073ed6a4a869385e8e.tar.gz serverdata-2800444630565467ffd047073ed6a4a869385e8e.tar.bz2 serverdata-2800444630565467ffd047073ed6a4a869385e8e.tar.xz serverdata-2800444630565467ffd047073ed6a4a869385e8e.zip |
During Winter, it'll snow on woodlands ad infinitum
-rw-r--r-- | npc/functions/weather.txt | 2 |
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) |