improve: set ArchwingEnabled in inventory when completeAllQuests is set

This allows us to purchase Archwings in the market, although that's kinda broken right now.
This commit is contained in:
Sainan 2024-06-16 23:16:30 +02:00
parent 62c8d603df
commit 4fa931c093

View File

@ -59,6 +59,7 @@ const inventoryController: RequestHandler = async (request: Request, response: R
}
if (config.completeAllQuests) {
inventoryResponse.NodeIntrosCompleted.push("/Lotus/Levels/Cinematics/NewWarIntro/NewWarStageTwo.level");
inventoryResponse.ArchwingEnabled = true;
for (const quest of inventoryResponse.QuestKeys) {
quest.Completed = true;
quest.Progress = [