diff options
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r-- | npc/functions/weather.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 344023a54..f764f6350 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -116,7 +116,7 @@ OnMinute45: } htidelete(.@hti); - // During night, monsters respawn 30% faster + // During night, normal monsters respawn 30% faster. (Bifs and Bosses are immune) if (is_night()) setbattleflag("mob_spawn_delay", 70); else |