From 1fd473ed77f3cfaf3a9f0f75c68113d4d1f6603c Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Wed, 21 May 2025 18:10:19 +0200 Subject: [PATCH] 9.30 Summer Lobby Background and 11.10 Fortnitemares background --- structure/functions.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/structure/functions.js b/structure/functions.js index 9a5daa7..8a9fd89 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -256,6 +256,12 @@ function getContentPages(req) { backgrounds[1].stage = season; switch (memory.season) { + + case 9: + contentpages.lobby.backgroundimage = ""; + contentpages.lobby.stage = "default"; + break; + case 10: backgrounds[0].stage = "seasonx"; backgrounds[1].stage = "seasonx"; @@ -302,10 +308,19 @@ function getContentPages(req) { switch (memory.build) { + case 9.30: + contentpages.lobby.stage = "summer"; + break; + + case 11.10: + backgrounds[0].stage = "fortnitemares"; + backgrounds[1].stage = "fortnitemares"; + break; + case 11.31: case 11.40: - backgrounds[0].stage = "Winter19"; - backgrounds[1].stage = "Winter19"; + backgrounds[0].stage = "winter19"; + backgrounds[1].stage = "winter19"; break; case 19.01: