diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 22:29:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 22:29:31 -0300 |
commit | a8949d6c66c477e3a9c50c6589705c39c793b974 (patch) | |
tree | daef9da99b57c659ef26febb7b3c5a272a24de64 /npc/functions | |
parent | 53defc50a79598baed2c4159c8a4eafb5e294d6d (diff) | |
download | serverdata-a8949d6c66c477e3a9c50c6589705c39c793b974.tar.gz serverdata-a8949d6c66c477e3a9c50c6589705c39c793b974.tar.bz2 serverdata-a8949d6c66c477e3a9c50c6589705c39c793b974.tar.xz serverdata-a8949d6c66c477e3a9c50c6589705c39c793b974.zip |
[skip ci] Don't forget night u.u
Diffstat (limited to 'npc/functions')
-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 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") { |