From e2349b361e6ed37175acf908acf9cb31e17ab0e6 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Sun, 31 Aug 2025 18:50:08 -0700 Subject: [PATCH] chore: add `noDojoDecoBuildStage` to default config (#2734) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2734 Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> --- config-vanilla.json | 2 +- src/services/configService.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",