city cost return

This commit is contained in:
1brucben
2025-05-09 22:26:27 +02:00
parent ec89c73c5d
commit 3c4728eb47
+1 -1
View File
@@ -374,7 +374,7 @@ export class DefaultConfig implements Config {
Math.pow(
2,
p.unitsIncludingConstruction(UnitType.City).length,
) * 250_000,
) * 125_000,
),
territoryBound: true,
constructionDuration: this.instantBuild() ? 0 : 2 * 10,