diff --git a/src/core/execution/SAMMissileExecution.ts b/src/core/execution/SAMMissileExecution.ts index e1fa93a9c..e5f3a0916 100644 --- a/src/core/execution/SAMMissileExecution.ts +++ b/src/core/execution/SAMMissileExecution.ts @@ -70,7 +70,7 @@ export class SAMMissileExecution implements Execution { this.target.owner() === this.SAMMissile.owner() || !nukesWhitelist.includes(this.target.type()) ) { - // If the nuke is still active but we're aborting (e.g. SAM destroyed), allow re-targeting + // Clear the flag so other SAMs can re-target this nuke if (this.target.isActive()) { this.target.setTargetedBySAM(false); }