diff options
-rw-r--r-- | npc/functions/weather.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 6f40f50fd..7bfe4ea88 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -113,9 +113,9 @@ OnMinute45: } htidelete(.@hti); - // During night, there are 50% more monsters + // During night, there are 20% more monsters on all maps if (gettime(2) >= 15 && gettime(2) < 45) - setbattleflag("mob_count_rate", 150); + setbattleflag("mob_count_rate", 120); else setbattleflag("mob_count_rate", 100); |