diff options
-rw-r--r-- | npc/functions/aurora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 364dbae99..68686c802 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -43,7 +43,7 @@ // AEF: BEGIN function script FYNewEvent { - debugmes "\033[1mFY event is set to happen..."; + debugmes "\033[1mFY event is set to happen...\033[0m"; // Aurora Events only begin after Liberation Day if ($GAME_STORYLINE < 1) return; |