mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-07 17:06:02 +00:00
allow boating on lakes
This commit is contained in:
@@ -33,7 +33,7 @@ export class PathFinder {
|
||||
if (canMoveOnLand) {
|
||||
return true;
|
||||
}
|
||||
return game.miniMap().isOcean(tr);
|
||||
return game.miniMap().isWater(tr);
|
||||
},
|
||||
iterations,
|
||||
maxTries,
|
||||
|
||||
Reference in New Issue
Block a user