返回提交历史
Modified
src/services/worldStateService.ts
+1
-1
XFEstudio/SpaceNinjaServer
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>
d65a667a
代码差异
1 个文件
+1
-1
@@ -361,7 +361,7 @@ export const getSortie = (day: number): ISortie => {
361
361
Activation: { $date: { $numberLong: dayStart.toString() } },
362
362
Expiry: { $date: { $numberLong: dayEnd.toString() } },
363
363
Reward: "/Lotus/Types/Game/MissionDecks/SortieRewards",
364
Seed: seed,
364
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.
365
365
Boss: boss,
366
366
Variants: selectedNodes
367
367
};