diff --git a/src/core/execution/NukeExecution.ts b/src/core/execution/NukeExecution.ts index 2bf2055b7..41e6a105a 100644 --- a/src/core/execution/NukeExecution.ts +++ b/src/core/execution/NukeExecution.ts @@ -322,8 +322,7 @@ export class NukeExecution implements Execution { type === UnitType.AtomBomb || type === UnitType.HydrogenBomb || type === UnitType.MIRVWarhead || - type === UnitType.MIRV || - type === UnitType.SAMMissile + type === UnitType.MIRV ) { continue; }