Season 10 data
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle 2025-12-07 12:53:03 +02:00
parent 234a5e7275
commit 9f3a22b618
7 changed files with 9 additions and 4 deletions

View File

@ -84,6 +84,11 @@ export const list =
starts: new Date("2025-09-08T17:00:00.000Z"),
ends: new Date("2025-11-23T22:00:00.000Z"),
},
{
nth: 10,
starts: new Date("2025-12-08T17:00:00.000Z"),
ends: new Date("2026-02-22T22:00:00.000Z"),
},
] as const);
/**

View File

@ -4,7 +4,7 @@ import { MapPool } from "../map-list-generator/core/map-pool";
export const BANNED_MAPS: Record<ModeShort, StageId[]> = {
TW: [],
SZ: [s.STURGEON_SHIPYARD, s.EELTAIL_ALLEY],
SZ: [],
TC: [
s.WAHOO_WORLD,
s.FLOUNDER_HEIGHTS,
@ -24,7 +24,7 @@ export const BANNED_MAPS: Record<ModeShort, StageId[]> = {
s.BRINEWATER_SPRINGS,
s.BLUEFIN_DEPOT,
s.STURGEON_SHIPYARD,
s.INKBLOT_ART_ACADEMY,
s.MAKOMART,
s.SHIPSHAPE_CARGO_CO,
s.MAHI_MAHI_RESORT,
s.MARLIN_AIRPORT,

View File

@ -138,9 +138,9 @@
.seasonBannerImg {
position: absolute;
width: 95px;
width: 83px;
right: 8px;
top: -29.5px;
top: -44.5px;
}
.seasonBannerLink {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB