summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-09-24 13:12:02 -0300
committerJesusaves <cpntb1@ymail.com>2021-09-24 13:12:02 -0300
commitcabca69675f0166b1d361ff72e2b79d06fc8e506 (patch)
tree21ac5adef4d6abd4dbc3e10ce8d756ba656f2e6e /npc/functions/util.txt
parent6656999ab4c701327f6934f52b0305710d448cae (diff)
downloadserverdata-cabca69675f0166b1d361ff72e2b79d06fc8e506.tar.gz
serverdata-cabca69675f0166b1d361ff72e2b79d06fc8e506.tar.bz2
serverdata-cabca69675f0166b1d361ff72e2b79d06fc8e506.tar.xz
serverdata-cabca69675f0166b1d361ff72e2b79d06fc8e506.zip
Initial, untested version of Boss Raid
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 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;
}