summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/weather.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index b432abb84..c6b0876ad 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -199,6 +199,12 @@ OnMinute45:
htidelete(.@hti);
debugmes "[Weather.sys] Regenerated";
+ // Hardcore: Skip day/night cycles
+ if ($HARDCORE) {
+ $@WEATHER_NIGHT=is_night(true);
+ end;
+ }
+
// During night, normal monsters respawn 30% faster. (Bifs and Bosses are immune)
//
// Also, announce to players about day/night cycle changes