diff --git a/config-vanilla.json b/config-vanilla.json index 45bbf224..da3d74b3 100644 --- a/config-vanilla.json +++ b/config-vanilla.json @@ -20,7 +20,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 28ab1c3c..7774e661 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",