summaryrefslogtreecommitdiff
path: root/npc/functions/weather.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-22 12:37:54 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-22 12:37:54 -0300
commit851f07210db1aa3938b76c478565f02974a4b648 (patch)
treea4058fa15915c18a12aa401ee217fb89a5b685d0 /npc/functions/weather.txt
parent0f883c0815b5e44eab4543fef8b421c16a93108e (diff)
downloadserverdata-851f07210db1aa3938b76c478565f02974a4b648.tar.gz
serverdata-851f07210db1aa3938b76c478565f02974a4b648.tar.bz2
serverdata-851f07210db1aa3938b76c478565f02974a4b648.tar.xz
serverdata-851f07210db1aa3938b76c478565f02974a4b648.zip
Allow Neko and Inar to dispute shop prices (arrow stock and Croconut Box price)
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r--npc/functions/weather.txt2
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