make MIRV 25M

This commit is contained in:
Evan
2025-03-26 17:07:53 -07:00
parent 45758e2f88
commit ecf76ad1e7
+1 -1
View File
@@ -227,7 +227,7 @@ export class DefaultConfig implements Config {
cost: (p: Player) =>
p.type() == PlayerType.Human && this.infiniteGold()
? 0
: 20_000_000,
: 25_000_000,
territoryBound: false,
};
case UnitType.MIRVWarhead: