summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 737ccdf0e..7654217a1 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -75,6 +75,7 @@ function script FYNewEvent {
DelChrRegFromEveryPlayer("DTOWER_ROLL");
DelChrRegFromEveryPlayer("DTOWER_FLOOR");
DelChrRegFromEveryPlayer("FYRAID_LV");
+ DelChrRegFromEveryPlayer("GEMINI_DAY");
// Olympics are costlier: Clean less often
if ($FYEVENT_CYCLE % 12 == 1) {
DelChrRegFromEveryPlayer("FYMOLY_ENBALL");
@@ -125,9 +126,8 @@ function script FYNewEvent {
kamibroadcast("Miners Union Research Request is now open!", "Aurora Events");
break;
case 7:
- // FIXME: PLACEHOLDER
- $EVENT$="Kamelot";
- kamibroadcast("Kamelot Season is now open!", "Aurora Events");
+ $EVENT$="Celestia";
+ kamibroadcast("Celestia Season is now open!", "Aurora Events");
break;
case 8:
$EVENT$="Olympics";
@@ -146,9 +146,8 @@ function script FYNewEvent {
kamibroadcast("Catch the Golden Fish is now open!", "Aurora Events");
break;
case 11:
- // FIXME: PLACEHOLDER
- $EVENT$="Candor";
- kamibroadcast("Candor Battle Season is now open!", "Aurora Events");
+ $EVENT$="Gemini";
+ kamibroadcast("Gemini Season is now open!", "Aurora Events");
break;
default:
$EVENT$="Tower";