Skip to content

Commit

Permalink
Revert "Merge pull request CleverRaven#37779 from ashGlaw/Fix-Sauteed…
Browse files Browse the repository at this point in the history
…-Fiddleheads"

This reverts commit 29de372, reversing
changes made to 40c494c.

I, for one, am totally fine with human-tallow-streaked  kalorie bombs
  • Loading branch information
va5h committed Feb 7, 2020
1 parent 29de372 commit b81e199
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -6327,7 +6327,13 @@
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"components": [
[ [ "fiddlehead_raw", 2 ] ],
[ [ "cooking_oil", 1 ], [ "cooking_oil2", 1 ], [ "any_butter", 1, "LIST" ] ],
[
[ "cooking_oil", 1 ],
[ "cooking_oil2", 1 ],
[ "any_butter", 1, "LIST" ],
[ "edible_fat", 1, "LIST" ],
[ "edible_tallow_lard", 1, "LIST" ]
],
[ [ "water", 1 ], [ "water_clean", 1 ] ]
]
},
Expand All @@ -6344,6 +6350,15 @@
"autolearn": true,
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"components": [ [ [ "fiddlehead_boiled", 2 ] ], [ [ "cooking_oil", 1 ], [ "cooking_oil2", 1 ], [ "any_butter", 1, "LIST" ] ] ]
"components": [
[ [ "fiddlehead_boiled", 2 ] ],
[
[ "cooking_oil", 1 ],
[ "cooking_oil2", 1 ],
[ "any_butter", 1, "LIST" ],
[ "edible_fat", 1, "LIST" ],
[ "edible_tallow_lard", 1, "LIST" ]
]
]
}
]

0 comments on commit b81e199

Please sign in to comment.