update MIRV to 20M

This commit is contained in:
Evan
2025-03-22 08:42:57 -07:00
parent c6848eeee0
commit 62057cf783
+1 -1
View File
@@ -227,7 +227,7 @@ export class DefaultConfig implements Config {
cost: (p: Player) =>
p.type() == PlayerType.Human && this.infiniteGold()
? 0
: 15_000_000,
: 20_000_000,
territoryBound: false,
};
case UnitType.MIRVWarhead: