From 23e101010e8e1cd3bb62bb5efa3d8a68a676ee51 Mon Sep 17 00:00:00 2001 From: variablevince <24507472+VariableVince@users.noreply.github.com> Date: Sun, 26 Oct 2025 06:33:09 +0100 Subject: [PATCH] Add back original comment --- src/core/game/TransportShipUtils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/game/TransportShipUtils.ts b/src/core/game/TransportShipUtils.ts index f659b54af..6a21c0e45 100644 --- a/src/core/game/TransportShipUtils.ts +++ b/src/core/game/TransportShipUtils.ts @@ -98,6 +98,8 @@ export function canBuildTransportShip( result = transportShipSpawn(game, player, dst); } } else { + // Now we are boating in a lake, so do a bfs from target until we find + // a border tile owned by the player const tiles = game.bfs( dst, andFN(