forked from OpenWF/SpaceNinjaServer
feat: unlock Steel Path with unlockAllMissions (#188)
This commit is contained in:
parent
a9973ec362
commit
37ecf29c4d
@ -42,7 +42,11 @@ const inventoryController: RequestHandler = async (request: Request, response: R
|
||||
inventoryResponse.PremiumCredits = 999999999;
|
||||
}
|
||||
|
||||
if (config.unlockAllMissions) inventoryResponse.Missions = allMissions;
|
||||
if (config.unlockAllMissions) {
|
||||
inventoryResponse.Missions = allMissions;
|
||||
inventoryResponse.NodeIntrosCompleted.push("TeshinHardModeUnlocked");
|
||||
}
|
||||
|
||||
if (config.unlockAllQuests) inventoryResponse.QuestKeys = allQuestKeys;
|
||||
if (config.unlockAllShipDecorations) inventoryResponse.ShipDecorations = allShipDecorations;
|
||||
if (config.unlockAllFlavourItems) inventoryResponse.FlavourItems = allFlavourItems satisfies IFlavourItem[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user