Skip to content

Commit

Permalink
Merge pull request #37638 from Night-Pryanik/st-john-farm-overmap-fix
Browse files Browse the repository at this point in the history
Replaced unused overmap terrains with "null" om_terrain for TWD dairy farm
  • Loading branch information
Rivet-the-Zombie authored Feb 2, 2020
2 parents 205f65b + a11e229 commit 0428604
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions data/json/mapgen/farm_dairy.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,24 +476,9 @@
"type": "mapgen",
"method": "json",
"om_terrain": [
[
"farm_dairy_twd_second_floor_1",
"farm_dairy_twd_second_floor_2",
"farm_dairy_twd_second_floor_3",
"farm_dairy_twd_second_floor_4"
],
[
"farm_dairy_twd_second_floor_5",
"farm_dairy_twd_second_floor_6",
"farm_dairy_twd_second_floor_7",
"farm_dairy_twd_second_floor_8"
],
[
"farm_dairy_twd_second_floor_9",
"farm_dairy_twd_second_floor_10",
"farm_dairy_twd_second_floor_11",
"farm_dairy_twd_second_floor_12"
]
[ "null", "null", "farm_dairy_twd_second_floor_3", "farm_dairy_twd_second_floor_4" ],
[ "farm_dairy_twd_second_floor_5", "farm_dairy_twd_second_floor_6", "null", "null" ],
[ "null", "null", "null", "farm_dairy_twd_second_floor_12" ]
],
"weight": 250,
"object": {
Expand Down

0 comments on commit 0428604

Please sign in to comment.