chore: add noDojoDecoBuildStage to default config (#2734)

Reviewed-on: OpenWF/SpaceNinjaServer#2734
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
This commit is contained in:
AMelonInsideLemon 2025-08-31 18:50:08 -07:00 committed by Sainan
parent 9221178522
commit e2349b361e
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"fullyStockedVendors": false, "fullyStockedVendors": false,
"skipClanKeyCrafting": false, "skipClanKeyCrafting": false,
"noDojoRoomBuildStage": false, "noDojoRoomBuildStage": false,
"noDecoBuildStage": false, "noDojoDecoBuildStage": false,
"fastDojoRoomDestruction": false, "fastDojoRoomDestruction": false,
"noDojoResearchCosts": false, "noDojoResearchCosts": false,
"noDojoResearchTime": false, "noDojoResearchTime": false,

View File

@ -110,6 +110,7 @@ export const configRemovedOptionsKeys = [
"noArgonCrystalDecay", "noArgonCrystalDecay",
"noMasteryRankUpCooldown", "noMasteryRankUpCooldown",
"noVendorPurchaseLimits", "noVendorPurchaseLimits",
"noDecoBuildStage",
"noDeathMarks", "noDeathMarks",
"noKimCooldowns", "noKimCooldowns",
"syndicateMissionsRepeatable", "syndicateMissionsRepeatable",