Skip to content

Commit

Permalink
Allow placing anvils
Browse files Browse the repository at this point in the history
  • Loading branch information
haveric committed Jan 28, 2022
1 parent 761fb51 commit 1d04b8f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -2363,6 +2363,18 @@
"pre_special": "check_empty",
"post_terrain": "f_standing_tank"
},
{
"type": "construction",
"id": "constr_anvil",
"group": "place_anvil",
"category": "FURN",
"required_skills": [ [ "fabrication", 0 ] ],
"time": "1 m",
"components": [ [ [ "anvil", 1 ] ] ],
"pre_note": "Can be deconstructed without tools.",
"pre_special": "check_empty",
"post_terrain": "f_anvil"
},
{
"type": "construction",
"id": "constr_forge",
Expand Down
5 changes: 5 additions & 0 deletions data/json/construction_group.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,11 @@
"id": "reveal_wall_wiring",
"name": "Reveal Wall Wirings"
},
{
"type": "construction_group",
"id": "place_anvil",
"name": "Place Anvil"
},
{
"type": "construction_group",
"id": "place_forge",
Expand Down

0 comments on commit 1d04b8f

Please sign in to comment.