Add Infinite Platinum Option #346
@ -42,6 +42,11 @@ const inventoryController: RequestHandler = async (request, response) => {
|
|||||||
inventoryResponse.PremiumCredits = 999999999;
|
inventoryResponse.PremiumCredits = 999999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (config.infinitePlatinum) {
|
||||||
|
inventoryResponse.PremiumCreditsFree = 999999999;
|
||||||
|
inventoryResponse.PremiumCredits = 999999999;
|
||||||
|
}
|
||||||
|
|
||||||
if (config.unlockAllMissions) {
|
if (config.unlockAllMissions) {
|
||||||
inventoryResponse.Missions = allMissions;
|
inventoryResponse.Missions = allMissions;
|
||||||
inventoryResponse.NodeIntrosCompleted.push("TeshinHardModeUnlocked");
|
inventoryResponse.NodeIntrosCompleted.push("TeshinHardModeUnlocked");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user