Skip to content

Commit

Permalink
fix(content): correct electric firestarter recipe (#3682)
Browse files Browse the repository at this point in the history
* Electric firestarter fix

Made electric firestarter no longer have only 5 charges, made it crafted with electric wire instead of steel wire.

* Restored max charges

Apparently its there to fix a bug, I'd forgotten.
  • Loading branch information
yay855 authored Nov 18, 2023
1 parent 21791ce commit b6abff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/recipes/electronic/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@
"autolearn": true,
"book_learn": [ [ "mag_electronics", 3 ], [ "manual_electronics", 2 ] ],
"using": [ [ "soldering_standard", 5 ] ],
"components": [ [ [ "wire", 3 ] ], [ [ "plastic_chunk", 1 ] ], [ [ "e_scrap", 1 ] ] ]
"components": [ [ [ "cable", 3 ] ], [ [ "plastic_chunk", 1 ] ], [ [ "e_scrap", 1 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit b6abff5

Please sign in to comment.