From a45799c7f28a75e1b4c5639dab81e0fcb6f158b7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Feb 2020 16:08:33 -0300 Subject: More debug markers. Seems broken indeed --- npc/functions/seasons.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/functions/seasons.txt') diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt index 980fcaafd..d2ed85264 100644 --- a/npc/functions/seasons.txt +++ b/npc/functions/seasons.txt @@ -134,6 +134,8 @@ function script SeasonControl { "Spring End", "SPECIAL - Christmas", "SPECIAL - Valentine", + "FORCED DAYLIGHT", + "FORCED NIGHTTIME", "Abort"; switch (@menu) { @@ -147,8 +149,10 @@ function script SeasonControl { case 8: donpcevent("#SeasonCore::OnSpringEnd"); break; case 9: sChristmas(); break; case 10: sValentine(); break; + case 11: $@WEATHER_NIGHT=false; doevent("#WeatherCore::OnMinute45"); break; + case 12: $@WEATHER_NIGHT=true; doevent("#WeatherCore::OnMinute45"); break; } - } while (@menu != 11); + } while (@menu != 13); return; } -- cgit v1.2.3-60-g2f50