Skip to content

Commit

Permalink
Overmap autotravel on light industry
Browse files Browse the repository at this point in the history
Allows overmap autotravel pathfinder to find a route on the following types
of overmap terrains:
* light industry road segments
* entrance to ranch camp
* trailer park road segments
  • Loading branch information
inogenous committed Dec 4, 2023
1 parent 9fb0824 commit 30fb557
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
"color": "dark_gray",
"see_cost": 5,
"extras": "build",
"travel_cost_type": "road",
"mondensity": 2
},
{
Expand Down Expand Up @@ -426,6 +427,7 @@
"color": "dark_gray",
"see_cost": 5,
"extras": "build",
"travel_cost_type": "road",
"mondensity": 2
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
"sym": "",
"color": "dark_gray",
"see_cost": 2,
"travel_cost_type": "road",
"extras": "road"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@
"extras": "road",
"name": "road",
"sym": "",
"travel_cost_type": "road",
"color": "light_gray"
},
{
Expand Down

0 comments on commit 30fb557

Please sign in to comment.