Skip to content

Commit

Permalink
Removes special_field_isherwood that I didn't end up using
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Jun 11, 2024
1 parent 4595693 commit 29effc6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/mapgen/special.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"type": "overmap_terrain",
"id": [ "special_field", "special_field_isherwood" ],
"id": [ "special_field" ],
"copy-from": "generic_open_land",
"name": "field",
"sym": ".",
Expand Down

0 comments on commit 29effc6

Please sign in to comment.