diff options
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r-- | npc/functions/weather.txt | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 1d384a04..5de86a5b 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -38,27 +38,27 @@ OnInit: htput(.wcore, "043-1", CLIMATE_DESERT); // Woodlands - htput(.wcore, "007-1", CLIMATE_WOODLAND); - htput(.wcore, "008-1", CLIMATE_WOODLAND); - htput(.wcore, "009-1", CLIMATE_WOODLAND); - htput(.wcore, "010-1", CLIMATE_WOODLAND); - htput(.wcore, "011-1", CLIMATE_WOODLAND); - htput(.wcore, "012-1", CLIMATE_WOODLAND); - htput(.wcore, "013-1", CLIMATE_WOODLAND); - htput(.wcore, "014-1", CLIMATE_WOODLAND); - htput(.wcore, "015-1", CLIMATE_WOODLAND); - htput(.wcore, "016-1", CLIMATE_WOODLAND); - htput(.wcore, "017-1", CLIMATE_WOODLAND); - htput(.wcore, "018-1", CLIMATE_WOODLAND); - htput(.wcore, "025-1", CLIMATE_WOODLAND); - htput(.wcore, "026-1", CLIMATE_WOODLAND); - htput(.wcore, "027-1", CLIMATE_WOODLAND); - htput(.wcore, "028-1", CLIMATE_WOODLAND); - htput(.wcore, "029-1", CLIMATE_WOODLAND); - htput(.wcore, "051-1", CLIMATE_WOODLAND); // ? - htput(.wcore, "052-1", CLIMATE_WOODLAND); - htput(.wcore, "055-1", CLIMATE_WOODLAND); - htput(.wcore, "057-1", CLIMATE_WOODLAND); + htput(.wcore, "007-1", CLIMATE_MODERATE); + htput(.wcore, "008-1", CLIMATE_MODERATE); + htput(.wcore, "009-1", CLIMATE_MODERATE); + htput(.wcore, "010-1", CLIMATE_MODERATE); + htput(.wcore, "011-1", CLIMATE_MODERATE); + htput(.wcore, "012-1", CLIMATE_MODERATE); + htput(.wcore, "013-1", CLIMATE_MODERATE); + htput(.wcore, "014-1", CLIMATE_MODERATE); + htput(.wcore, "015-1", CLIMATE_MODERATE); + htput(.wcore, "016-1", CLIMATE_MODERATE); + htput(.wcore, "017-1", CLIMATE_MODERATE); + htput(.wcore, "018-1", CLIMATE_MODERATE); + htput(.wcore, "025-1", CLIMATE_MODERATE); + htput(.wcore, "026-1", CLIMATE_MODERATE); + htput(.wcore, "027-1", CLIMATE_MODERATE); + htput(.wcore, "028-1", CLIMATE_MODERATE); + htput(.wcore, "029-1", CLIMATE_MODERATE); + htput(.wcore, "051-1", CLIMATE_MODERATE); // ? + htput(.wcore, "052-1", CLIMATE_MODERATE); + htput(.wcore, "055-1", CLIMATE_MODERATE); + htput(.wcore, "057-1", CLIMATE_MODERATE); // Icelands htput(.wcore, "019-1", CLIMATE_ICELAND); @@ -163,8 +163,8 @@ OnInit: } /////////////////////////////////////////////////////////////////// - // Every 5 seconds, we clean up any ongoing weather effects -OnTimer5000: + // Every 2.5 seconds, we clean up any ongoing weather effects +OnTimer2500: // No weather effect if (!htsize(.wtime)) { initnpctimer; |