From 69df270c8e5ae5ef86c7ebd1db6dfbf7ff26ab9d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 May 2020 08:39:17 -0300 Subject: New spec: $HARDCORE Effect: Skip day/night cycle changes. --- npc/functions/weather.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions') 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 -- cgit v1.2.3-70-g09d2