From 2428422f4b2455c33f53e2c80246f484bfccb0bf Mon Sep 17 00:00:00 2001 From: bijx Date: Sun, 4 Jan 2026 03:20:02 -0500 Subject: [PATCH] fixed comment --- src/core/execution/TransportShipExecution.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/execution/TransportShipExecution.ts b/src/core/execution/TransportShipExecution.ts index 0a0091e2b..412a10688 100644 --- a/src/core/execution/TransportShipExecution.ts +++ b/src/core/execution/TransportShipExecution.ts @@ -200,8 +200,8 @@ export class TransportShipExecution implements Execution { } if (this.boat.retreating()) { - // Compute retreat destination once, based on the closest shore tile owned - // by the boat owner at the moment the retreat is ordered. + // calculate retreat destination once based on the closest shore tile owned + // by boat owner when retreat is ordered if (this.retreatDst === null) { const retreatOwner = this.boat.owner(); this.attacker = retreatOwner;