Skip to content

Commit

Permalink
Merge pull request #78861 from Procyonae/FixCampsiteIncompleteRoof
Browse files Browse the repository at this point in the history
Remove cargoculted predecessor_mapgen on incomplete campsite roof
  • Loading branch information
Maleclypse authored Jan 3, 2025
2 parents 56fb7fd + e32cf07 commit 303f60d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions data/json/mapgen/campsite.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "campsite_cabin_incomplete" ],
"weight": 500,
"object": {
"predecessor_mapgen": "forest",
"rows": [
Expand Down Expand Up @@ -199,9 +198,7 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "campsite_cabin_incomplete_roof" ],
"weight": 500,
"object": {
"predecessor_mapgen": "forest",
"rows": [
" ",
" ",
Expand Down Expand Up @@ -235,7 +232,6 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "campsite_field_biker" ],
"weight": 500,
"object": {
"predecessor_mapgen": "field",
"rows": [
Expand Down Expand Up @@ -291,7 +287,6 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "campsite_field_biker_destroyed" ],
"weight": 500,
"object": {
"predecessor_mapgen": "field",
"rows": [
Expand Down Expand Up @@ -361,7 +356,6 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "campsite_a" ],
"weight": 500,
"object": {
"predecessor_mapgen": "forest",
"rows": [
Expand Down
3 changes: 1 addition & 2 deletions data/json/overmap/overmap_terrain/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,7 @@
"name": "incomplete cabin roof",
"sym": "+",
"color": "light_green",
"see_cost": "none",
"flags": [ "RISK_LOW", "SOURCE_SAFETY" ]
"see_cost": "none"
},
{
"type": "overmap_terrain",
Expand Down

0 comments on commit 303f60d

Please sign in to comment.