diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-13 22:03:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-13 22:03:24 -0300 |
commit | 9afe04e4757193c5fb8d65b67088d5371da37850 (patch) | |
tree | 8ac9599b296f24c574f3877916535e7113458eab /npc/functions/weather.txt | |
parent | 78aed570499e1606f6a207a883c9eea0f38007ae (diff) | |
download | serverdata-9afe04e4757193c5fb8d65b67088d5371da37850.tar.gz serverdata-9afe04e4757193c5fb8d65b67088d5371da37850.tar.bz2 serverdata-9afe04e4757193c5fb8d65b67088d5371da37850.tar.xz serverdata-9afe04e4757193c5fb8d65b67088d5371da37850.zip |
Correct the "bare minimum" so the Final Showdown works again.
It is way, way more lame than previously.
Diffstat (limited to 'npc/functions/weather.txt')
-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 75605749..dacbd984 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -59,6 +59,7 @@ OnInit: htput(.wcore, "052-1", CLIMATE_MODERATE); htput(.wcore, "055-1", CLIMATE_MODERATE); htput(.wcore, "057-1", CLIMATE_MODERATE); + htput(.wcore, "099-5", CLIMATE_MODERATE); // Doomsday Boss Room // Icelands htput(.wcore, "019-1", CLIMATE_ICELAND); |