Skip to content

Commit

Permalink
Merge pull request #40217 from CleverRaven/fix-river-overmap-terrain
Browse files Browse the repository at this point in the history
Fix river overmap terrains
  • Loading branch information
ralreegorganon authored May 6, 2020
2 parents 3140d3f + 4957fce commit 0da8625
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions data/json/overmap/overmap_terrain/overmap_terrain_river.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@
},
{
"type": "overmap_terrain",
"id": [
"river_c_not_ne",
"river_c_not_nw",
"river_c_not_se",
"river_c_not_sw",
"river_ne",
"river_nw",
"river_se",
"river_sw"
],
"id": [ "river_c_not_ne", "river_c_not_nw", "river_c_not_se", "river_c_not_sw" ],
"copy-from": "generic_river_bank",
"mapgen": [ { "method": "builtin", "name": "river_curved_not" } ]
},
{
"type": "overmap_terrain",
"id": [ "river_ne", "river_nw", "river_se", "river_sw" ],
"copy-from": "generic_river_bank",
"mapgen": [ { "method": "builtin", "name": "river_curved" } ]
}
Expand Down

0 comments on commit 0da8625

Please sign in to comment.