diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-11-30 13:53:27 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-11-30 13:53:27 -0800 |
commit | f4fc2522431999a1b82fbc94ef64431f928e1b14 (patch) | |
tree | f64bfb3c372cdb2c67b37dc3cc1f42c6af7743c1 /json | |
parent | Change the G11 to looks_like the FS2000. (diff) | |
download | cataclysm-bn-mod_hk-loadout-f4fc2522431999a1b82fbc94ef64431f928e1b14.tar.xz |
Reduce plastic chunks per 25 pack of 473 ammo molds from 4 to 2.
Diffstat (limited to 'json')
-rw-r--r-- | json/recipes/473.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/473.json b/json/recipes/473.json index 7439198..cce9675 100644 --- a/json/recipes/473.json +++ b/json/recipes/473.json @@ -35,6 +35,6 @@ "reversible": false, "using": [ [ "surface_heat", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], - "components": [ [ [ "plastic_chunk", 4 ] ] ] + "components": [ [ [ "plastic_chunk", 2 ] ] ] } ] |