Skip to content

Commit

Permalink
Merge pull request #57602 from Night-Pryanik/cutting-chainlink-fence-…
Browse files Browse the repository at this point in the history
…yield-wires

Cutting chain link fence will now yield wires instead of steel chunk
  • Loading branch information
dseguin authored May 10, 2022
2 parents b392827 + 2e9665f commit 0bf16a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-fences-gates.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
"result": "t_dirt",
"duration": "10 minutes",
"message": "You finish cutting the metal.",
"byproducts": [ { "item": "pipe", "count": 6 }, { "item": "steel_chunk", "count": 20 } ]
"byproducts": [ { "item": "pipe", "count": 6 }, { "item": "wire", "count": [ 4, 16 ] } ]
},
"bash": {
"str_min": 10,
Expand Down

0 comments on commit 0bf16a2

Please sign in to comment.