diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-23 20:39:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-23 20:39:22 -0700 |
commit | 52a5f2001005821df6711193b4b5da642c035f41 (patch) | |
tree | 079e7460921215812bad7aed44a0addb5c871144 | |
parent | Fix errors in NPC permanently refusing to blood. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-52a5f2001005821df6711193b4b5da642c035f41.tar.xz |
Set the default container for blood back to IV bag.
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 6ffccb9..9e16673 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -13,7 +13,7 @@ "phase": "liquid", "symbol": "~", "color": "red", - "container": "flask_glass", + "container": "bag_iv", "calories": 300, "quench": 0, "healthy": 4, |