diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-08 13:13:59 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-08 13:13:59 -0700 |
commit | f4a665c5378e02ecf49695b19b97576dfe95eca3 (patch) | |
tree | ce16412db66de9fdeb959457a927bae499e936f5 /vamp_stuff | |
parent | Nerf the rediculous fire rates on the blood smgs. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-f4a665c5378e02ecf49695b19b97576dfe95eca3.tar.xz |
Set blood bars to taste better when hot.
Diffstat (limited to 'vamp_stuff')
-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 5294cd3..b40a3e0 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -115,7 +115,7 @@ "healthy": 3, "fun": 5, "spoils_in": "180 days", - "flags": [ "VAMPIRISM" ] + "flags": [ "EATEN_HOT", "VAMPIRISM" ] }, { "id": "synthbloodbar", |