diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-14 09:35:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-14 09:35:54 -0700 |
commit | af99331f891d63dab264bbbb0e7a6417b7e0f118 (patch) | |
tree | b58d98f347ba73e6948233bf55c0ac6ad98bf71c | |
parent | Add more custom spell sprites. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-af99331f891d63dab264bbbb0e7a6417b7e0f118.tar.xz |
Fix calories of reconstituted synthetic blood.
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |