From 236e8ee5b8e5222df50a3983bfad3267e36f2758 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Sat, 15 Feb 2020 22:09:25 +1100 Subject: [PATCH] [ Food ] Add spoilage to protein shakes Based upon emperical observations of what was once a shake I found in the back of the office fridge, mixed protein shakes *do not* have an indefinite shelf-life. This commit adds a 2-day spoilage counter to all protein shakes. --- data/json/items/comestibles/protein.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/comestibles/protein.json b/data/json/items/comestibles/protein.json index 3ecb2346a1aee..85a64946a0729 100644 --- a/data/json/items/comestibles/protein.json +++ b/data/json/items/comestibles/protein.json @@ -14,6 +14,7 @@ "price": 200, "symbol": "~", "color": "light_gray", + "spoils_in": "2 days", "phase": "liquid", "container": "bottle_plastic", "material": "water",