improve: completeAllQuests #311

Merged
Sainan merged 3 commits from quests-fix-ii into main 2024-06-16 14:57:30 -07:00

View File

@ -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;