This commit is contained in:
AMelonInsideLemon 2025-09-27 22:03:17 +02:00
parent 35971b914c
commit 186d0559ec
2 changed files with 2 additions and 1 deletions

View File

@ -1445,6 +1445,7 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
unlockDoubleCapacityPotatoesEverywhere: Boolean, unlockDoubleCapacityPotatoesEverywhere: Boolean,
unlockExilusEverywhere: Boolean, unlockExilusEverywhere: Boolean,
unlockArcanesEverywhere: Boolean, unlockArcanesEverywhere: Boolean,
unlockAllSkins: Boolean,
syndicateMissionsRepeatable: Boolean, syndicateMissionsRepeatable: Boolean,
instantFinishRivenChallenge: Boolean, instantFinishRivenChallenge: Boolean,
noDailyStandingLimits: Boolean, noDailyStandingLimits: Boolean,

View File

@ -214,7 +214,7 @@ dict = {
cheats_dontSubtractVoidTraces: `Don't Subtract Void Traces`, cheats_dontSubtractVoidTraces: `Don't Subtract Void Traces`,
cheats_dontSubtractConsumables: `Don't Subtract Consumables`, cheats_dontSubtractConsumables: `Don't Subtract Consumables`,
cheats_unlockAllShipFeatures: `Unlock All Ship Features`, cheats_unlockAllShipFeatures: `Unlock All Ship Features`,
heats_unlockAllSkins: `Unlock All Skins`, cheats_unlockAllSkins: `Unlock All Skins`,
cheats_unlockAllCapturaScenes: `Unlock All Captura Scenes`, cheats_unlockAllCapturaScenes: `Unlock All Captura Scenes`,
cheats_universalPolarityEverywhere: `Universal Polarity Everywhere`, cheats_universalPolarityEverywhere: `Universal Polarity Everywhere`,
cheats_unlockDoubleCapacityPotatoesEverywhere: `Potatoes Everywhere`, cheats_unlockDoubleCapacityPotatoesEverywhere: `Potatoes Everywhere`,