From 8e3022720440a07982cd90daca41517129f2018d Mon Sep 17 00:00:00 2001 From: evan Date: Sat, 26 Apr 2025 09:49:30 -0700 Subject: [PATCH] disable defense post shooting ships for now --- src/core/execution/DefensePostExecution.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/execution/DefensePostExecution.ts b/src/core/execution/DefensePostExecution.ts index b3524e339..413cf93b4 100644 --- a/src/core/execution/DefensePostExecution.ts +++ b/src/core/execution/DefensePostExecution.ts @@ -80,6 +80,9 @@ export class DefensePostExecution implements Execution { this.target = null; } + // TODO: Reconsider how/if defense posts target ships. + return; + const ships = this.mg .nearbyUnits( this.post.tile(),