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: 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
Animan8000 <animan8000@noreply.localhost>
提交于

代码差异

1 个文件 +1 -0
Modified src/controllers/custom/completeAllMissionsController.ts +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) {