make mirve 25 million

This commit is contained in:
evanpelle
2025-07-19 09:42:40 -07:00
parent 4dda53b564
commit 8a56c4a0ce
+1 -1
View File
@@ -435,7 +435,7 @@ export class DefaultConfig implements Config {
cost: (p: Player) =>
p.type() === PlayerType.Human && this.infiniteGold()
? 0n
: 35_000_000n,
: 25_000_000n,
territoryBound: false,
};
case UnitType.MIRVWarhead: