diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-03 21:08:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-03 21:08:39 -0700 |
commit | 2560712b9d2b4cee60d6916f5a27837ee77aba02 (patch) | |
tree | 2656b04937e34e808fef25218ad39c2c3ae68534 /vamp_stuff/Modification_Files/Recipes | |
parent | Convert Blood Transfusion to be less spammy for reals this time. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-2560712b9d2b4cee60d6916f5a27837ee77aba02.tar.xz |
Update for removal of specialized gunpowders from BN.
Diffstat (limited to 'vamp_stuff/Modification_Files/Recipes')
-rw-r--r-- | vamp_stuff/Modification_Files/Recipes/recipe_ammo.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json index a51a2a8..8dea3ef 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json @@ -59,7 +59,7 @@ "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 10 ], [ "ammo_shot", 1 ] ], "tools": [ [ [ "press", -1 ] ] ], "components": [ - [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ], + [ [ "gunpowder", 6 ] ], [ [ "pelletblood", 10 ] ] ] } |