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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index c6b0876ad..09d72513d 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -200,7 +200,7 @@ OnMinute45:
debugmes "[Weather.sys] Regenerated";
// Hardcore: Skip day/night cycles
- if ($HARDCORE) {
+ if ($HARDCORE || debug) {
$@WEATHER_NIGHT=is_night(true);
end;
}