Skip to content

Commit

Permalink
Merge pull request CleverRaven#54853 from haveric/place-anvil
Browse files Browse the repository at this point in the history
Allow anvils to be placed as furniture
  • Loading branch information
Rivet-the-Zombie authored Jan 28, 2022
2 parents 7ec78e4 + 1d04b8f commit 64b4f57
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 64b4f57

Please sign in to comment.