src/core/execution/DefensePostExecution.ts

This commit is contained in:
Scott Anderson
2025-05-14 22:15:16 -04:00
parent 474d99490f
commit 84ed66920d
@@ -93,6 +93,7 @@ export class DefensePostExecution implements Execution {
)
.filter(
({ unit }) =>
this.post !== null &&
unit.owner() !== this.post.owner() &&
!unit.owner().isFriendly(this.post.owner()) &&
!this.alreadySentShell.has(unit),