summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-11-30 13:53:27 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-11-30 13:53:27 -0800
commitf4fc2522431999a1b82fbc94ef64431f928e1b14 (patch)
treef64bfb3c372cdb2c67b37dc3cc1f42c6af7743c1
parentChange the G11 to looks_like the FS2000. (diff)
downloadcataclysm-bn-mod_hk-loadout-f4fc2522431999a1b82fbc94ef64431f928e1b14.tar.xz
Reduce plastic chunks per 25 pack of 473 ammo molds from 4 to 2.
-rw-r--r--json/recipes/473.json2
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 ] ] ]
}
]