XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

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
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified src/services/worldStateService.ts +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 };