Skip to content

Commit

Permalink
Remove city_center connections
Browse files Browse the repository at this point in the history
This terrain is obsolete and was removed
  • Loading branch information
ehughsbaird committed Dec 3, 2024
1 parent 72251a0 commit 060f0ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/json/overmap/overmap_connections.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
{ "terrain": "road", "locations": [ "swamp" ], "basic_cost": 40 },
{ "terrain": "road", "locations": [ "highway" ], "basic_cost": 120, "flags": [ "ORTHOGONAL" ] },
{ "terrain": "road_nesw_manhole", "locations": [ ] },
{ "terrain": "city_center", "locations": [ "field", "road" ] },
{ "terrain": "bridge", "locations": [ "water" ], "basic_cost": 120, "flags": [ "ORTHOGONAL" ] },
{ "terrain": "bridgehead_ground", "locations": [ "water" ], "basic_cost": 120, "flags": [ "ORTHOGONAL" ] }
]
Expand All @@ -24,7 +23,6 @@
{ "terrain": "road", "locations": [ "forest" ], "basic_cost": 20 },
{ "terrain": "road", "locations": [ "swamp" ], "basic_cost": 40 },
{ "terrain": "road_nesw_manhole", "locations": [ ] },
{ "terrain": "city_center", "locations": [ "field", "road" ] },
{ "terrain": "bridge", "locations": [ "water" ], "basic_cost": 120, "flags": [ "ORTHOGONAL" ] },
{ "terrain": "bridgehead_ground", "locations": [ "water" ], "basic_cost": 120, "flags": [ "ORTHOGONAL" ] }
]
Expand Down

0 comments on commit 060f0ff

Please sign in to comment.