From f530cdabb61575bcdefde4d860847f4cad680d3a Mon Sep 17 00:00:00 2001 From: eJ0opb <64818795+eJ0opb@users.noreply.github.com> Date: Mon, 4 May 2020 21:54:01 -0400 Subject: [PATCH] Bring royal jelly taste more in line with reality The consensus on the internet, even among sites that promote its claimed health benefits, is that royal jelly tastes horrible. As such, this change brings its Fun on par with wax and soybeans, slightly more Fun than dried beans and slightly less Fun than tofu. --- data/json/items/comestibles/other.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/comestibles/other.json b/data/json/items/comestibles/other.json index 144b9f63c29f0..36c7cdc499b5e 100644 --- a/data/json/items/comestibles/other.json +++ b/data/json/items/comestibles/other.json @@ -77,12 +77,12 @@ "symbol": "%", "healthy": 1, "calories": 240, - "description": "A translucent hexagonal chunk of wax, filled with dense, milky jelly. Though some hold it as a panacea, it doesn't have any medical benefit. Still, it is delicious, and rich with the most beneficial substances the hive can produce.", + "description": "A translucent hexagonal chunk of wax, filled with dense, milky, bitter and acidic-tasting jelly. Though some hold it as a panacea, it doesn't have any medical benefit. Still it is rich with the most beneficial substances the hive can produce.", "price": 20000, "price_postapoc": 4000, "volume": "250 ml", "flags": [ "EDIBLE_FROZEN", "NUTRIENT_OVERRIDE" ], - "fun": 7 + "fun": -5 }, { "type": "COMESTIBLE",