mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 04:08:00 +00:00
src/core/execution/DefensePostExecution.ts
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user