From a993f1bf374677dd5dd839fb165e7b807a80d158 Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Wed, 6 May 2020 02:24:54 +0300 Subject: [PATCH] Fix river overmap terrains --- .../overmap_terrain/overmap_terrain_river.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/data/json/overmap/overmap_terrain/overmap_terrain_river.json b/data/json/overmap/overmap_terrain/overmap_terrain_river.json index 9e3413f534f5..b5ff531f22c6 100644 --- a/data/json/overmap/overmap_terrain/overmap_terrain_river.json +++ b/data/json/overmap/overmap_terrain/overmap_terrain_river.json @@ -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" } ] }