Skip to content

Commit

Permalink
Make cranberry juice not fun (#40503)
Browse files Browse the repository at this point in the history
cranberry_juice appears to represent unsweetened, full strength
cranberry juice.  That will not be pleasant to drink by the cup.
At the very least you would want to dilute it, but more likely
you would want to add sweetener or mix with a juice that is sweet.
  • Loading branch information
eJ0opb authored May 13, 2020
1 parent 10dbb76 commit 6b93842
Showing 1 changed file with 2 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 @@ -341,7 +341,7 @@
"quench": 37,
"healthy": 2,
"calories": 112,
"description": "Made from real Massachusetts cranberries. Delicious and nutritious.",
"description": "Made from real Massachusetts cranberries. Quite sour, but nutritious.",
"price": 80,
"price_postapoc": 50,
"material": "fruit",
Expand All @@ -350,7 +350,7 @@
"phase": "liquid",
"flags": [ "EATEN_COLD" ],
"vitamins": [ [ "vitA", 1 ], [ "vitC", 131 ], [ "calcium", 3 ], [ "iron", 1 ] ],
"fun": 3
"fun": -1
},
{
"type": "COMESTIBLE",
Expand Down

0 comments on commit 6b93842

Please sign in to comment.