From 04d9a973b9fbae1bb721977cd45b75b9c9dba59e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 May 2020 10:31:00 -0300 Subject: Aurora Events should not happen prior to Liberation Day. --- npc/functions/aurora.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/functions/aurora.txt') diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 3095b333b..8d26cdfb8 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -27,9 +27,14 @@ // AEF: BEGIN function script FYNewEvent { debugmes "\033[1mFY event is set to happen..."; + // Aurora Events only begin after Liberation Day + if ($GAME_STORYLINE < 1) + return; + // Update the loop $FYEVENT_CYCLE+=1; // Overrides standard event system $EVENT$=""; + // Select the event switch ($FYEVENT_CYCLE % 12) { case 1: $EVENT$="Kamelot"; -- cgit v1.2.3-60-g2f50