summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-04 16:20:38 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-04 16:20:38 -0700
commitbc9638bf914b55b578add259f87aef3e0672c1d4 (patch)
treeb15eaacbdd4faed0b743be4c48fd11a15a8d4a63
parentFix typo. (diff)
downloadcataclysm-bn-mod_hk-loadout-bc9638bf914b55b578add259f87aef3e0672c1d4.tar.xz
Increase plastic chunks per 4.73mm mold batch to 4.
-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 19c764f..c0011ff 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", 1 ] ] ]
+ "components": [ [ [ "plastic_chunk", 4 ] ] ]
}
]