From 29effc624ed541ba790dc221708b4ea40822e058 Mon Sep 17 00:00:00 2001 From: Procyonae <45432782+Procyonae@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:05:24 +0100 Subject: [PATCH] Removes special_field_isherwood that I didn't end up using --- data/json/mapgen/special.json | 2 +- data/json/overmap/overmap_mutable/farm_isherwood_mutable.json | 1 - data/json/overmap/overmap_terrain/overmap_terrain_special.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data/json/mapgen/special.json b/data/json/mapgen/special.json index 236eb3b757927..4bd4b2fe4902a 100644 --- a/data/json/mapgen/special.json +++ b/data/json/mapgen/special.json @@ -20,7 +20,7 @@ { "type": "mapgen", "method": "json", - "om_terrain": [ "special_field", "pasture", "special_field_isherwood" ], + "om_terrain": [ "special_field", "pasture" ], "object": { "predecessor_mapgen": "field" } }, { diff --git a/data/json/overmap/overmap_mutable/farm_isherwood_mutable.json b/data/json/overmap/overmap_mutable/farm_isherwood_mutable.json index 514bbe26a8767..60f6de94517e2 100644 --- a/data/json/overmap/overmap_mutable/farm_isherwood_mutable.json +++ b/data/json/overmap/overmap_mutable/farm_isherwood_mutable.json @@ -153,7 +153,6 @@ "rural_outbuilding_north": { "overmap": "rural_outbuilding_north" }, "rural_outbuilding_roof_north": { "overmap": "rural_outbuilding_roof_north" }, "forest_thick": { "overmap": "special_forest_thick" }, - "field_isherwood": { "overmap": "special_field_isherwood" }, "forest_isherwood": { "overmap": "special_forest_isherwood" }, "forest_thick_isherwood": { "overmap": "special_forest_thick_isherwood" } }, diff --git a/data/json/overmap/overmap_terrain/overmap_terrain_special.json b/data/json/overmap/overmap_terrain/overmap_terrain_special.json index bb046665be58b..9621eacbd66b4 100644 --- a/data/json/overmap/overmap_terrain/overmap_terrain_special.json +++ b/data/json/overmap/overmap_terrain/overmap_terrain_special.json @@ -32,7 +32,7 @@ }, { "type": "overmap_terrain", - "id": [ "special_field", "special_field_isherwood" ], + "id": [ "special_field" ], "copy-from": "generic_open_land", "name": "field", "sym": ".",