summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 12:02:22 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 12:02:22 -0800
commitc5d4915ecf41b6d097a466fce1b048f80d8e97d4 (patch)
tree499d4614502c168b5d8a715bd800029eeee2009a /vamp_stuff/Modification_Files/Items/Misc
parentMany updates to get this mod working properly. See the readme. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-c5d4915ecf41b6d097a466fce1b048f80d8e97d4.tar.xz
Allow blood hoods to be used with helmets.
Fix blood sheaths to use either limb instead of both. Add salt to synthetic blood recipe.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_recipe.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
index 5813d4a..cc86351 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
@@ -305,6 +305,6 @@
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ],
- "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ] ]
+ "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ]
}
]