have MIRV target all non allied players, increase price to 25 million

This commit is contained in:
Evan
2025-03-03 20:46:28 -08:00
parent ccebe86664
commit 226112beb5
4 changed files with 14 additions and 24 deletions
-3
View File
@@ -650,9 +650,6 @@ export class PlayerImpl implements Player {
}
switch (unitType) {
case UnitType.MIRV:
if (!this.mg.hasOwner(targetTile)) {
return false;
}
return this.nukeSpawn(targetTile);
case UnitType.AtomBomb:
case UnitType.HydrogenBomb: