feat(webui): skins #2816

Merged
Sainan merged 13 commits from AMelonInsideLemon/SpaceNinjaServer:webui-WeaponSkins into main 2025-10-09 23:02:10 -07:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit f665a8e585 - Show all commits

View File

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

View File

@ -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`,