remove interceptor invul

This commit is contained in:
calebco
2026-03-04 14:47:14 -06:00
parent 4319bc422a
commit d8ba6fe84c
+1 -2
View File
@@ -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;
}