From 7c0564377bf64231d2e3b27fa111adc2037af650 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 24 Feb 2025 06:38:26 -0800 Subject: [PATCH] bugfix: make port 125k --- 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 8ed8a9d61..a5c9fe41f 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -135,7 +135,7 @@ export class DefaultConfig implements Config { Math.pow( 2, p.unitsIncludingConstruction(UnitType.Port).length, - ) * 125_00, + ) * 125_000, ), territoryBound: true, constructionDuration: this.creativeMode() ? 0 : 2 * 10,