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.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 1b9d57491..410fa221d 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -211,8 +211,8 @@ OnMinute45:
for (.@i = 0; .@i < .@c; .@i++) {
message(.@players[.@i], "The night falls.");
}
- setbattleflag("mob_spawn_delay", BCONFN_SPAWN);
- setbattleflag("monster_hp_rate", BCONFN_MOBHP);
+ setbattleflag("mob_spawn_delay", $BCONFN_SPAWN);
+ setbattleflag("monster_hp_rate", $BCONFN_MOBHP);
//charcommand("@reloadbattleconf"); // Careful!
donpcevent("@exprate::OnInheirtedReload");
//donpcevent("@droprate::OnReload");
@@ -221,8 +221,8 @@ OnMinute45:
for (.@i = 0; .@i < .@c; .@i++) {
message(.@players[.@i], "The day rises.");
}
- setbattleflag("mob_spawn_delay", BCONFD_SPAWN);
- setbattleflag("monster_hp_rate", BCONFD_MOBHP);
+ setbattleflag("mob_spawn_delay", $BCONFD_SPAWN);
+ setbattleflag("monster_hp_rate", $BCONFD_MOBHP);
//charcommand("@reloadbattleconf"); // Careful!
donpcevent("@exprate::OnInheirtedReload");
//donpcevent("@droprate::OnReload");