返回提交历史
Modified
src/controllers/api/inventoryController.ts
+5
-0
XFEstudio/XFESpaceNinjaServer
improve: completeAllQuests (#311)
92e12a6d
代码差异
1 个文件
+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;