summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-09-24 05:36:47 -0300
committerJesusaves <cpntb1@ymail.com>2021-09-24 05:36:47 -0300
commit2a64f8c25598a7f2e374eefb5a9bf93680b72708 (patch)
treefee25ee2486c11d0135aa698d9e73cf17b4927b9 /npc/functions/util.txt
parent3079464676d63e74c5c5caab59dd50fbfe00edaa (diff)
downloadserverdata-2a64f8c25598a7f2e374eefb5a9bf93680b72708.tar.gz
serverdata-2a64f8c25598a7f2e374eefb5a9bf93680b72708.tar.bz2
serverdata-2a64f8c25598a7f2e374eefb5a9bf93680b72708.tar.xz
serverdata-2a64f8c25598a7f2e374eefb5a9bf93680b72708.zip
Dream Tower Event. Will begin this monday. Obviously poorly tested.
And balance-wise broken as ****** but whatever - it is done. And it is 05:37, any issues can be addressed after waking up.
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 a07d6665a..abcbfc903 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";
+ setarray .@av$, "Expo", "Fishing", "Mining", "Tower";
if (array_find(.@av$, $EVENT$) >= 0) {
return true;
}