From d8ba6fe84c03a48b030659fc79286e6a882a28d7 Mon Sep 17 00:00:00 2001 From: calebco Date: Wed, 4 Mar 2026 14:47:14 -0600 Subject: [PATCH] remove interceptor invul --- src/core/execution/NukeExecution.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }