From 5d4fd3f013976182a18a15ac59e35e3e76b6740c Mon Sep 17 00:00:00 2001 From: Procyonae <45432782+Procyonae@users.noreply.github.com> Date: Sun, 31 Dec 2023 23:42:21 +0000 Subject: [PATCH] Remove bridgehead_ramp vehicle nests --- data/json/mapgen/bridges.json | 5 +---- .../mapgen/nested/road_vehicles_nested.json | 20 ------------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/data/json/mapgen/bridges.json b/data/json/mapgen/bridges.json index 9edd3e746d194..662544a98329f 100644 --- a/data/json/mapgen/bridges.json +++ b/data/json/mapgen/bridges.json @@ -205,10 +205,7 @@ " =_.......::......._= " ], "palettes": [ "bridge_road_palette" ], - "place_nested": [ - { "chunks": [ "24x24_bridgehead_ramp_trash" ], "x": 0, "y": 0 }, - { "chunks": [ "24x24_bridgehead_ramp_vehicles" ], "x": 0, "y": 0 } - ] + "place_nested": [ { "chunks": [ "24x24_bridgehead_ramp_trash" ], "x": 0, "y": 0 } ] } }, { diff --git a/data/json/mapgen/nested/road_vehicles_nested.json b/data/json/mapgen/nested/road_vehicles_nested.json index 6804d6fd6b811..d2e3b1ec55d0f 100644 --- a/data/json/mapgen/nested/road_vehicles_nested.json +++ b/data/json/mapgen/nested/road_vehicles_nested.json @@ -131,16 +131,6 @@ "place_nested": [ { "chunks": [ [ "24x24_bridgehead_ground_vehicles_country", 1 ], [ "null", 19 ] ], "x": 0, "y": 0 } ] } }, - { - "type": "mapgen", - "method": "json", - "nested_mapgen_id": "24x24_bridgehead_ramp_vehicles", - "object": { - "mapgensize": [ 24, 24 ], - "rotation": [ 0 ], - "place_nested": [ { "chunks": [ [ "24x24_bridgehead_ramp_vehicles_country", 1 ], [ "null", 19 ] ], "x": 0, "y": 0 } ] - } - }, { "type": "mapgen", "method": "json", @@ -187,16 +177,6 @@ "place_nested": [ { "chunks": [ "24x24_road_vehicles_country_out_of_fuel_north" ], "x": 0, "y": 0 } ] } }, - { - "type": "mapgen", - "method": "json", - "nested_mapgen_id": "24x24_bridgehead_ramp_vehicles_country", - "object": { - "mapgensize": [ 24, 24 ], - "rotation": [ 0 ], - "place_nested": [ { "chunks": [ "24x24_road_vehicles_country_out_of_fuel_south" ], "x": 0, "y": 0 } ] - } - }, { "type": "mapgen", "method": "json",