From ba57da35e2d17c51dd4ce4921808ae3f1c6c8962 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Sat, 2 May 2026 09:43:19 -0600 Subject: [PATCH] Increase port build time to 5 seconds --- src/core/configuration/DefaultConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 909519785..2864b383d 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -379,7 +379,7 @@ export class DefaultConfig implements Config { UnitType.Port, UnitType.Factory, ), - constructionDuration: this.instantBuild() ? 0 : 2 * 10, + constructionDuration: this.instantBuild() ? 0 : 5 * 10, upgradable: true, }; break;