mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 07:25:56 +00:00
Revert "have MIRV target all non allied players, increase price to 25… (#181)
… million"
This reverts commit 226112beb5.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user