Skip to content

Commit

Permalink
Update soy milk and almond milk to fix carnivores having no problems …
Browse files Browse the repository at this point in the history
…with them. (#48918)
  • Loading branch information
RelMayers authored and ZhilkinSerg committed May 28, 2021
1 parent 0ab52e7 commit d80906b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/comestibles/drink.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"description": "Milk some almonds? Not quite, but blend them with water, yes! A dairy-free alternative strong in calcium! Rival to soy milk.",
"price": 40,
"price_postapoc": 50,
"material": [ "water" ],
"material": [ "water", "nut" ],
"volume": "250 ml",
"phase": "liquid",
"vitamins": [ [ "vitA", 2 ], [ "calcium", 11 ] ],
Expand All @@ -62,7 +62,7 @@
"description": "Milk some soybeans? Not quite, but blend them with water, yes! A dairy-free alternative strong in protein! Rival to almond milk.",
"price": 40,
"price_postapoc": 50,
"material": [ "water" ],
"material": [ "water", "veggy" ],
"volume": "250 ml",
"phase": "liquid",
"vitamins": [ [ "vitA", 2 ], [ "iron", 1 ], [ "calcium", 7 ] ],
Expand Down
2 changes: 2 additions & 0 deletions data/json/requirements/cooking_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,9 @@
[ "veggy_wild", 2 ],
[ "veggy", 2 ],
[ "rehydrated_veggy", 2 ],
[ "rehydrated_corn_kernels", 2 ],
[ "dry_veggy", 2 ],
[ "dry_corn", 2 ],
[ "dry_beans", 2 ],
[ "can_beans", 2 ],
[ "raw_beans", 2 ],
Expand Down

0 comments on commit d80906b

Please sign in to comment.