city cost return

This commit is contained in:
1brucben
2025-05-09 22:26:27 +02:00
parent a27e7deae2
commit 22f96ed4c1
+1 -1
View File
@@ -372,7 +372,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,