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(