bugfix: make port 125k

This commit is contained in:
Evan
2025-02-24 06:38:26 -08:00
parent 34fff98c99
commit 7c0564377b
+1 -1
View File
@@ -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,