change min city cost

This commit is contained in:
1brucben
2025-04-26 00:31:46 +02:00
parent 7c7ad1281c
commit 33ca569808
+1 -1
View File
@@ -348,7 +348,7 @@ export class DefaultConfig implements Config {
Math.pow(
2,
p.unitsIncludingConstruction(UnitType.City).length,
) * 125_000,
) * 250_000,
),
territoryBound: true,
constructionDuration: this.instantBuild() ? 0 : 2 * 10,