summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-08 13:20:29 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-08 13:20:29 -0300
commit8578e7db3b992875d877016139a42a0784460218 (patch)
treed28cebdf4fa4cfcd77b571a8f9d4f6a7dd9892d9
parent44b6a0ab96880f1aaa9f18742f023ae66a4b9e57 (diff)
downloadserverdata-8578e7db3b992875d877016139a42a0784460218.tar.gz
serverdata-8578e7db3b992875d877016139a42a0784460218.tar.bz2
serverdata-8578e7db3b992875d877016139a42a0784460218.tar.xz
serverdata-8578e7db3b992875d877016139a42a0784460218.zip
Climate
-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);