make cities 1M

This commit is contained in:
Evan
2025-04-10 20:40:08 -07:00
parent 7fcb7bf776
commit 8c2d3ca3f4
+1 -1
View File
@@ -336,7 +336,7 @@ export class DefaultConfig implements Config {
p.type() == PlayerType.Human && this.infiniteGold()
? 0
: Math.min(
2_000_000,
1_000_000,
Math.pow(
2,
p.unitsIncludingConstruction(UnitType.City).length,