返回提交历史
Modified
src/controllers/custom/completeAllMissionsController.ts
+1
-0
XFEstudio/SpaceNinjaServer
fix: Shrine Defense node not showing up despite unlocking all missions via cheat (#3027)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3027 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>
711eb7ac
代码差异
1 个文件
+1
-0
@@ -35,6 +35,7 @@ export const completeAllMissionsController: RequestHandler = async (req, res) =>
35
35
await handleStoreItemAcquisition(reward.StoreItem, inventory, reward.ItemCount, undefined, true);
36
36
}
37
37
addString(inventory.NodeIntrosCompleted, "TeshinHardModeUnlocked");
38
addString(inventory.NodeIntrosCompleted, "CetusInvasionNodeIntro");
38
39
addString(inventory.NodeIntrosCompleted, "CetusSyndicate_IntroJob");
39
40
let syndicate = inventory.Affiliations.find(x => x.Tag == "CetusSyndicate");
40
41
if (!syndicate) {