Skip to content

Commit

Permalink
Merge pull request #39055 from KurzedMetal/fix-wasteland-sausage-from…
Browse files Browse the repository at this point in the history
…-raw-recipe

Fix wasteland sausage recipe smoked from raw wasteland sausage
  • Loading branch information
ZhilkinSerg authored Mar 27, 2020
2 parents d66691c + b9e4a96 commit 62af47d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -5870,12 +5870,12 @@
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 4,
"charges": 2,
"time": "1 h 10 m",
"charges": 1,
"time": "35 m",
"autolearn": true,
"batch_time_factors": [ 83, 3 ],
"batch_time_factors": [ 83, 6 ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "char_smoker", 1 ] ] ],
"tools": [ [ [ "char_smoker", 5 ] ] ],
"components": [ [ [ "sausage_wasteland_raw", 1 ] ] ]
},
{
Expand Down

0 comments on commit 62af47d

Please sign in to comment.