返回提交历史
Modified
src/services/worldStateService.ts
+1
-1
XFEstudio/SpaceNinjaServer
fix: the circuit normal rewards rotation (#2672)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2672 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: BanLanGen <banlangen@noreply.localhost> Co-committed-by: BanLanGen <banlangen@noreply.localhost>
460cb20a
代码差异
1 个文件
+1
-1
@@ -3068,7 +3068,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
3068
3068
["Hydroid", "Mirage", "Limbo"],
3069
3069
["Mesa", "Chroma", "Atlas"],
3070
3070
["Ivara", "Inaros", "Titania"]
3071
][week % 12]
3071
][week % 11]
3072
3072
});
3073
3073
worldState.EndlessXpChoices.push({
3074
3074
Category: "EXC_HARD",