improve: completeAllQuests (#311)
This commit is contained in:
parent
1dc1a9aec8
commit
92e12a6d03
@ -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;
|
if (config.unlockAllShipDecorations) inventoryResponse.ShipDecorations = allShipDecorations;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user