summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 67d14bbea..0cc280f09 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -694,7 +694,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", "Raid";
+ setarray .@av$, "Expo", "Fishing", "Mining", "Tower", "Raid", "Olympics";
if (array_find(.@av$, $EVENT$) >= 0) {
return true;
}