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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 85c78326b..6f40f50fd 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -112,6 +112,13 @@ OnMinute45:
}
htidelete(.@hti);
+
+ // During night, there are 50% more monsters
+ if (gettime(2) >= 15 && gettime(2) < 45)
+ setbattleflag("mob_count_rate", 150);
+ else
+ setbattleflag("mob_count_rate", 100);
+
debugmes "[Weather.sys] Weather reloaded";
end;