summaryrefslogtreecommitdiff
path: root/npc/functions/weather.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-20 02:46:20 +0000
committerJesusaves <cpntb1@ymail.com>2022-01-20 02:46:20 +0000
commit8875cef958add4b361300c1ba108d8bf1d7995d7 (patch)
tree96f05618b8dc04bc19778d51482f85c6f4e94865 /npc/functions/weather.txt
parentc1be7bd1eab5b0c230001c369292abe757a7f32a (diff)
downloadserverdata-8875cef958add4b361300c1ba108d8bf1d7995d7.tar.gz
serverdata-8875cef958add4b361300c1ba108d8bf1d7995d7.tar.bz2
serverdata-8875cef958add4b361300c1ba108d8bf1d7995d7.tar.xz
serverdata-8875cef958add4b361300c1ba108d8bf1d7995d7.zip
Christmas 2021 Cleanup
Contains several other bugfixes and improvements - The Mana World Team's Chairman - Fix Terogan Fight - Poppet's Battle Chamber (inactive) - `@setcells` and `@delcells` - Fix Graveyard Ghosts - Jande skill (inactive)
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r--npc/functions/weather.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index dacbd984..5312f5dc 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -59,6 +59,8 @@ OnInit:
htput(.wcore, "052-1", CLIMATE_MODERATE);
htput(.wcore, "055-1", CLIMATE_MODERATE);
htput(.wcore, "057-1", CLIMATE_MODERATE);
+ htput(.wcore, "080-1", CLIMATE_MODERATE);
+ htput(.wcore, "080-3", CLIMATE_MODERATE);
htput(.wcore, "099-5", CLIMATE_MODERATE); // Doomsday Boss Room
// Icelands
@@ -71,6 +73,7 @@ OnInit:
htput(.wcore, "045-1", CLIMATE_ICELAND);
htput(.wcore, "046-1", CLIMATE_ICELAND);
htput(.wcore, "047-1", CLIMATE_ICELAND);
+ htput(.wcore, "081-1", CLIMATE_ICELAND);
// Special
htput(.wcore, "099-1", CLIMATE_NONE);