From 56352723da38e113d7d76ca54a5447c775b06930 Mon Sep 17 00:00:00 2001 From: eJ0opb Date: Tue, 12 May 2020 20:03:06 -0400 Subject: [PATCH] Make cranberry juice not fun 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. --- data/json/items/comestibles/drink.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/comestibles/drink.json b/data/json/items/comestibles/drink.json index e023b558c4d64..3930e1ba8858d 100644 --- a/data/json/items/comestibles/drink.json +++ b/data/json/items/comestibles/drink.json @@ -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", @@ -350,7 +350,7 @@ "phase": "liquid", "flags": [ "EATEN_COLD" ], "vitamins": [ [ "vitA", 1 ], [ "vitC", 131 ], [ "calcium", 3 ], [ "iron", 1 ] ], - "fun": 3 + "fun": -1 }, { "type": "COMESTIBLE",