Skip to content

Commit

Permalink
feat(UI): move basic deconstruction from furniture category to other,…
Browse files Browse the repository at this point in the history
… to make them easier to find (#5256)
  • Loading branch information
chaosvolt authored Aug 27, 2024
1 parent d6fd30d commit 41e75ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "construction",
"id": "constr_deconstruct",
"group": "deconstruct_furniture",
"category": "FURN",
"category": "OTHER",
"required_skills": [ [ "fabrication", 0 ] ],
"time": "20 m",
"qualities": [ [ { "id": "PRY", "level": 1 } ], [ { "id": "SCREW", "level": 1 } ] ],
Expand All @@ -15,7 +15,7 @@
"type": "construction",
"id": "constr_deconstruct_simple",
"group": "deconstruct_simple_furniture",
"category": "FURN",
"category": "OTHER",
"required_skills": [ [ "fabrication", 0 ] ],
"time": "10 s",
"pre_note": "Certain terrain and furniture can be deconstructed without any tools.",
Expand Down

0 comments on commit 41e75ff

Please sign in to comment.