summaryrefslogtreecommitdiff
path: root/npc/functions/weather.txt
diff options
context:
space:
mode:
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);