mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-26 15:54:37 +00:00
change comment back to original creator.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user