From af99331f891d63dab264bbbb0e7a6417b7e0f118 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 14 Oct 2021 09:35:54 -0700 Subject: Fix calories of reconstituted synthetic blood. --- vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 1 + 1 file changed, 1 insertion(+) (limited to 'vamp_stuff/Modification_Files/Items') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 5884a8b..9450e0c 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -50,6 +50,7 @@ "copy-from": "blood", "name": { "str": "reconstituted synthetic blood", "str_pl": "reconstituted synthetic blood" }, "description": "Reconstituted synthetic blood, not possibly originally that of a human. Disgusting!", + "calories": 150, "healthy": 1, "fun": 4 }, -- cgit v1.2.1