diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index 40b8ba7c..6d12b5f7 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -69,6 +69,11 @@ const inventoryController: RequestHandler = async (request: Request, response: R } ]; } + + inventoryResponse.ArchwingEnabled = true; + + // Skip "Watch The Maker" + inventoryResponse.NodeIntrosCompleted.push("/Lotus/Levels/Cinematics/NewWarIntro/NewWarStageTwo.level"); } if (config.unlockAllShipDecorations) inventoryResponse.ShipDecorations = allShipDecorations;