make cities 1 million

This commit is contained in:
Evan
2025-04-09 20:10:10 -07:00
parent d1da506201
commit 76e066c793
+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,