From cabca69675f0166b1d361ff72e2b79d06fc8e506 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Sep 2021 13:12:02 -0300 Subject: Initial, untested version of Boss Raid --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index abcbfc903..f64383b69 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -662,7 +662,7 @@ function script islegendary { // Returns if an event is a ranked Aurora Event or not // (Had to be moved from functions/aurora.txt) function script FYEventUsesRanking { - setarray .@av$, "Expo", "Fishing", "Mining", "Tower"; + setarray .@av$, "Expo", "Fishing", "Mining", "Tower", "Raid"; if (array_find(.@av$, $EVENT$) >= 0) { return true; } -- cgit v1.2.3-70-g09d2