fix: ensure sorties show 'correct' image for corpus ice planet tileset (#2831)
All checks were successful
Build / build (push) Successful in 1m31s
Build Docker image / docker-amd64 (push) Successful in 44s
Build Docker image / docker-arm64 (push) Successful in 1m18s

Reviewed-on: #2831
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
Sainan 2025-09-30 00:00:13 -07:00 committed by Sainan
parent c6a3e86d2b
commit d65a667acd

View File

@ -361,7 +361,7 @@ export const getSortie = (day: number): ISortie => {
Activation: { $date: { $numberLong: dayStart.toString() } },
Expiry: { $date: { $numberLong: dayEnd.toString() } },
Reward: "/Lotus/Types/Game/MissionDecks/SortieRewards",
Seed: seed,
Seed: 2081, // this seed produces 12 zeroes in a row if asked to pick (0, 1); this way the CorpusIcePlanetTileset image is always index 0, the 'correct' choice.
Boss: boss,
Variants: selectedNodes
};