mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-27 22:21:07 +00:00
Add back original comment
This commit is contained in:
@@ -98,6 +98,8 @@ export function canBuildTransportShip(
|
|||||||
result = transportShipSpawn(game, player, dst);
|
result = transportShipSpawn(game, player, dst);
|
||||||
}
|
}
|
||||||
} else {
|
} 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(
|
const tiles = game.bfs(
|
||||||
dst,
|
dst,
|
||||||
andFN(
|
andFN(
|
||||||
|
|||||||
Reference in New Issue
Block a user