Skip to content

Commit

Permalink
Merge pull request #39096 from Valares/construction-fix
Browse files Browse the repository at this point in the history
Fixes gravel floor "wallhack" and the fill pit construction
  • Loading branch information
Rivet-the-Zombie authored Mar 29, 2020
2 parents a0fe8c1 + 78e2e85 commit 5a52d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,6 @@
"time": "40 m",
"qualities": [ [ { "id": "DIG", "level": 1 } ] ],
"components": [ [ [ "material_soil", 200 ] ] ],
"pre_special": "check_empty",
"pre_terrain": "t_pit",
"post_terrain": "t_dirt"
},
Expand All @@ -954,6 +953,7 @@
"required_skills": [ [ "fabrication", 1 ] ],
"time": "40 m",
"components": [ [ [ "pebble", 100 ] ] ],
"pre_special": "check_empty",
"post_terrain": "t_railroad_rubble"
},
{
Expand Down

0 comments on commit 5a52d64

Please sign in to comment.