Skip to content

Commit

Permalink
Merge pull request #75614 from p4nc4k3z/cottage-cheese-copypaste-error
Browse files Browse the repository at this point in the history
Fix cottage cheese w/ savory veg also requiring fruit
  • Loading branch information
Maleclypse authored Aug 13, 2024
2 parents 12bb7da + 009b8a0 commit 8cb980d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/json/items/comestibles/dairy.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@
"description": "Unaged curdled milk and whey, made by draining cheese rather than pressing like cheese curds. The retained whey keeps the curds loose and soft, giving a somewhat soupy texture to this lower calorie variety of cheese. By adding savory vegetables to it you've made what might be a full meal.",
"price": "4 USD 85 cent",
"price_postapoc": "1 USD 75 cent",
"calories": 475,
"vitamins": [ [ "calcium", 32 ], [ "iron", 8 ] ],
"calories": 332,
"vitamins": [ [ "calcium", 32 ], [ "vitC", 13 ] ],
"fun": 2
},
{
Expand Down
1 change: 0 additions & 1 deletion data/json/recipes/food/dairy_products.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
[ [ "cottage_cheese", 1 ] ],
[ [ "sweet_fruit", 1, "LIST" ] ],
[ [ "onion", 1 ] ],
[
[ "bell_pepper", 1 ],
Expand Down

0 comments on commit 8cb980d

Please sign in to comment.