Revert "have MIRV target all non allied players, increase price to 25… (#181)

… million"

This reverts commit 226112beb5.
This commit is contained in:
evanpelle
2025-03-08 10:58:46 -08:00
committed by GitHub
parent e1ed8dbe36
commit 09132495c0
4 changed files with 25 additions and 15 deletions
+2 -2
View File
@@ -190,8 +190,8 @@ export class DefaultConfig implements Config {
return {
cost: (p: Player) =>
p.type() == PlayerType.Human && this.infiniteGold()
? 25
: 25_000_000,
? 0
: 15_000_000,
territoryBound: false,
};
case UnitType.MIRVWarhead: