From 839afa2410291afea1fdd48e9ee48b9f90baebf5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 30 Jun 2018 10:32:41 -0300 Subject: Patch the pipeline bug --- npc/functions/seasons.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/functions/seasons.txt') diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt index 8b124e3bb..f893d2ed3 100644 --- a/npc/functions/seasons.txt +++ b/npc/functions/seasons.txt @@ -33,4 +33,11 @@ function script season { return (.@current_month / 3 + .@is_after_season_day) % 4; } +000-0,0,0,0 script #SeasonCore NPC_HIDDEN,{ + end; +OnInit: +OnHour00: + $@SEASON=season(); + end; +} -- cgit v1.2.3-60-g2f50