Skip to content

Commit

Permalink
Merge pull request #70568 from Procyonae/ReduceBridgeCrash
Browse files Browse the repository at this point in the history
Remove bridgehead_ramp vehicle nests
  • Loading branch information
Maleclypse authored Jan 1, 2024
2 parents 088e2b5 + 5d4fd3f commit fe2a129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
5 changes: 1 addition & 4 deletions data/json/mapgen/bridges.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 } ]
}
},
{
Expand Down
20 changes: 0 additions & 20 deletions data/json/mapgen/nested/road_vehicles_nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit fe2a129

Please sign in to comment.