From c97d48c80d73606ceeeded8f5f29dcffef535215 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 15 Sep 2025 13:03:57 -0700 Subject: Tweak the healthy value of powdered blood to make it inedible. --- vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 998d507..263599f 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -68,7 +68,7 @@ "color": "red", "charges": 10, "quench": 0, - "healthy": 1, + "healthy": -4, "fun": -5, "flags": [ "VAMPIRISM", "NUTRIENT_OVERRIDE" ] }, -- cgit v1.2.1