diff options
Diffstat (limited to 'npc/functions/weather.txt')
-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) |