Skip to content

Commit

Permalink
Merge pull request #77627 from sparr/pathfind_factioncamp_field
Browse files Browse the repository at this point in the history
Pathfinding uses field cost for faction camp
  • Loading branch information
Maleclypse authored Nov 8, 2024
2 parents 82c3db7 + 277181f commit 926d5d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"sym": "+",
"color": "white",
"see_cost": "none",
"flags": [ "NO_ROTATE", "SOURCE_PEOPLE", "SHOULD_NOT_SPAWN" ]
"flags": [ "NO_ROTATE", "SOURCE_PEOPLE", "SHOULD_NOT_SPAWN" ],
"travel_cost_type": "field"
},
{
"type": "overmap_terrain",
Expand Down

0 comments on commit 926d5d6

Please sign in to comment.