diff --git a/config-vanilla.json b/config-vanilla.json index 827104aa..37efdda5 100644 --- a/config-vanilla.json +++ b/config-vanilla.json @@ -19,7 +19,7 @@ "fullyStockedVendors": false, "skipClanKeyCrafting": false, "noDojoRoomBuildStage": false, - "noDecoBuildStage": false, + "noDojoDecoBuildStage": false, "fastDojoRoomDestruction": false, "noDojoResearchCosts": false, "noDojoResearchTime": false, diff --git a/src/services/configService.ts b/src/services/configService.ts index aad1cd72..87c97d4f 100644 --- a/src/services/configService.ts +++ b/src/services/configService.ts @@ -110,6 +110,7 @@ export const configRemovedOptionsKeys = [ "noArgonCrystalDecay", "noMasteryRankUpCooldown", "noVendorPurchaseLimits", + "noDecoBuildStage", "noDeathMarks", "noKimCooldowns", "syndicateMissionsRepeatable",