Conduit padCorners

This commit is contained in:
Anuken
2023-06-19 10:28:54 -04:00
parent 509a6a28b5
commit 5c178c20a1
3 changed files with 5 additions and 2 deletions

View File

@@ -50,7 +50,8 @@ public class ControlPathfinder{
costLegs = (team, tile) ->
PathTile.legSolid(tile) ? impassable : 1 +
(PathTile.deep(tile) ? 6000 : 0),
(PathTile.deep(tile) ? 6000 : 0) +
(PathTile.solid(tile) ? 2 : 0),
costNaval = (team, tile) ->
//impassable same-team neutral block, or non-liquid