From d65a667acddf3a598309bcd252c0707e89965ce3 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:00:13 -0700 Subject: [PATCH] fix: ensure sorties show 'correct' image for corpus ice planet tileset (#2831) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2831 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> --- src/services/worldStateService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index 716edee4..57207050 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -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 };