diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-14 14:19:56 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-14 14:19:56 -0700 |
commit | 2f27a71aedbc15563f3e302f0de4bc9b00413944 (patch) | |
tree | 69af27efa69674cae35d3961c19534fbafc2ab19 /ammo-04_4570-can-be-dismantled.patch | |
parent | Modify cereal3 from junk to veggy. (diff) | |
download | cataclysm-bn-2f27a71aedbc15563f3e302f0de4bc9b00413944.tar.xz |
Updated to 2023-07-14-0912
-Fix 4570_bp not being reversible.
Diffstat (limited to 'ammo-04_4570-can-be-dismantled.patch')
-rw-r--r-- | ammo-04_4570-can-be-dismantled.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ammo-04_4570-can-be-dismantled.patch b/ammo-04_4570-can-be-dismantled.patch new file mode 100644 index 0000000..4224e2c --- /dev/null +++ b/ammo-04_4570-can-be-dismantled.patch @@ -0,0 +1,10 @@ +--- a/data/json/recipes/ammo/rifle.json ++++ b/data/json/recipes/ammo/rifle.json +@@ -34,6 +34,7 @@ + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_bullets", 2 ], [ "mag_rifle", 4 ] ], + "charges": 1, ++ "reversible": true, + "using": [ [ "bullet_forming", 15 ], [ "ammo_bullet", 8 ] ], + "components": [ [ [ "4570_casing", 1 ] ], [ [ "lgrifle_primer", 1 ] ], [ [ "chem_black_powder", 12 ] ] ] + }, |