Skip to content

Commit

Permalink
Fix currywurst recipe to have calories in line with default item.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Dec 25, 2019
1 parent 1e9f523 commit b9149dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -4971,9 +4971,9 @@
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [
[ [ "sausage", 2 ], [ "sausage_cooked", 2 ], [ "bratwurst_sausage", 2 ] ],
[ [ "curry_powder", 20 ], [ "chilly-p", 20 ] ],
[ [ "ketchup", 4 ] ]
[ [ "sausage", 1 ], [ "sausage_cooked", 1 ], [ "bratwurst_sausage", 2 ] ],
[ [ "curry_powder", 10 ], [ "chilly-p", 10 ] ],
[ [ "ketchup", 2 ] ]
]
},
{
Expand Down

0 comments on commit b9149dd

Please sign in to comment.