From 186d0559ecf1f68d900041023170a56617f01dae Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:03:17 +0200 Subject: [PATCH] typo --- src/models/inventoryModels/inventoryModel.ts | 1 + static/webui/translations/en.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/models/inventoryModels/inventoryModel.ts b/src/models/inventoryModels/inventoryModel.ts index 58c57b93..7571f145 100644 --- a/src/models/inventoryModels/inventoryModel.ts +++ b/src/models/inventoryModels/inventoryModel.ts @@ -1445,6 +1445,7 @@ const inventorySchema = new Schema( unlockDoubleCapacityPotatoesEverywhere: Boolean, unlockExilusEverywhere: Boolean, unlockArcanesEverywhere: Boolean, + unlockAllSkins: Boolean, syndicateMissionsRepeatable: Boolean, instantFinishRivenChallenge: Boolean, noDailyStandingLimits: Boolean, diff --git a/static/webui/translations/en.js b/static/webui/translations/en.js index c271f8de..e2cdb5fd 100644 --- a/static/webui/translations/en.js +++ b/static/webui/translations/en.js @@ -214,7 +214,7 @@ dict = { cheats_dontSubtractVoidTraces: `Don't Subtract Void Traces`, cheats_dontSubtractConsumables: `Don't Subtract Consumables`, cheats_unlockAllShipFeatures: `Unlock All Ship Features`, - heats_unlockAllSkins: `Unlock All Skins`, + cheats_unlockAllSkins: `Unlock All Skins`, cheats_unlockAllCapturaScenes: `Unlock All Captura Scenes`, cheats_universalPolarityEverywhere: `Universal Polarity Everywhere`, cheats_unlockDoubleCapacityPotatoesEverywhere: `Potatoes Everywhere`,