Add back original comment

This commit is contained in:
variablevince
2025-10-26 06:33:09 +01:00
parent 81c1cc385e
commit 23e101010e
+2
View File
@@ -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(