mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 12:16:54 +00:00
have MIRV target all non allied players, increase price to 25 million
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user