From 5a19aa8167df82666827f7d55017800f61b85f09 Mon Sep 17 00:00:00 2001 From: calebco Date: Wed, 4 Mar 2026 14:58:30 -0600 Subject: [PATCH] change comment back to original creator. --- src/core/execution/SAMMissileExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }