diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-22 10:43:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-22 10:43:21 -0300 |
commit | 86cee66ca1d73ba39648e7ac35616fcc6ff07800 (patch) | |
tree | 155e8219797fe12116dd53cceeb19d6a43a21829 /npc/functions | |
parent | 57e69ecac72dff0e1f6c9e6c078aea5e3a63cea1 (diff) | |
download | serverdata-86cee66ca1d73ba39648e7ac35616fcc6ff07800.tar.gz serverdata-86cee66ca1d73ba39648e7ac35616fcc6ff07800.tar.bz2 serverdata-86cee66ca1d73ba39648e7ac35616fcc6ff07800.tar.xz serverdata-86cee66ca1d73ba39648e7ac35616fcc6ff07800.zip |
Weather - let night fall upon Easter Forest, but it shall not rain nor snow...
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/weather.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 6ccc54502..ce18f11a1 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -66,6 +66,7 @@ OnInit: htput(.wcore, "010-2", "desert"); // Woodlands + htput(.wcore, "001-4", "woodland"); htput(.wcore, "001-11", "woodland"); htput(.wcore, "005-1", "woodland"); htput(.wcore, "012-1", "woodland"); |