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

improve: completeAllQuests (#311)

92e12a6d
Sainan <sainan@calamity.gg>
提交于

代码差异

1 个文件 +5 -0
Modified src/controllers/api/inventoryController.ts +5 -0
@@ -69,6 +69,11 @@ const inventoryController: RequestHandler = async (request: Request, response: R
69 69 }
70 70 ];
71 71 }
72
73 inventoryResponse.ArchwingEnabled = true;
74
75 // Skip "Watch The Maker"
76 inventoryResponse.NodeIntrosCompleted.push("/Lotus/Levels/Cinematics/NewWarIntro/NewWarStageTwo.level");
72 77 }
73 78
74 79 if (config.unlockAllShipDecorations) inventoryResponse.ShipDecorations = allShipDecorations;