Updated to ensure things work

This commit is contained in:
VampireKitten 2024-06-22 00:55:41 +02:00
parent 5b1c7275fa
commit c0b0a1b71a

View File

@ -42,6 +42,11 @@ const inventoryController: RequestHandler = async (request, response) => {
inventoryResponse.PremiumCredits = 999999999;
}
if (config.infinitePlatinum) {
inventoryResponse.PremiumCreditsFree = 999999999;
inventoryResponse.PremiumCredits = 999999999;
}
if (config.unlockAllMissions) {
inventoryResponse.Missions = allMissions;
inventoryResponse.NodeIntrosCompleted.push("TeshinHardModeUnlocked");