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
+3
View File
@@ -675,6 +675,9 @@ 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: