Skip to content

Commit

Permalink
fix: wire conduits give sane copper wire quantities (#5322)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
RoyalFox2140 authored Sep 6, 2024
1 parent 47c57b0 commit 6653fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@
"id": "constr_remove_electrical_conduit",
"//": "Breaks an electrical conduit.",
"category": "CONSTRUCT",
"required_skills": [ [ "fabrication", 2 ] ],
"required_skills": [ [ "fabrication", 2 ], [ "electronics", 1 ] ],
"time": "90 m",
"using": [ [ "object_deconstruction_advanced", 1 ] ],
"byproducts": [
Expand Down
3 changes: 1 addition & 2 deletions data/json/furniture_and_terrain/furniture-industrial.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@
{ "item": "cable", "charges": [ 20, 100 ] },
{ "item": "pipe", "count": [ 1, 2 ] }
]
},
"deconstruct": { "items": [ { "item": "cable", "charges": [ 200, 800 ] }, { "item": "pipe", "count": [ 2, 4 ] } ] }
}
},
{
"type": "furniture",
Expand Down

0 comments on commit 6653fcc

Please sign in to comment.