summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-16 15:28:01 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-16 15:28:01 -0700
commit519684d71856d54e92e4772ad3c275c457b27ac4 (patch)
tree843ca6bde8eb5d8798f7d8e949816593f6e9433b
parentAdd recipes for canned corn, large tin cans, and large canning. (diff)
downloadcataclysm-bn-mod_recipe-fixes-519684d71856d54e92e4772ad3c275c457b27ac4.tar.xz
Fix large canned corn using medium tin can.
-rw-r--r--json/recipes/food/canned.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json
index e51dc94..e1aa3fa 100644
--- a/json/recipes/food/canned.json
+++ b/json/recipes/food/canned.json
@@ -258,7 +258,7 @@
],
"tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "can_sealer", -1 ] ] ],
"components": [
- [ [ "can_medium_unsealed", 1 ] ],
+ [ [ "can_food_big_unsealed", 1 ] ],
[ [ "scrap", 1 ] ],
[ [ "water", 1 ], [ "water_clean", 1 ] ],
[ [ "corn", 12 ], [ "irradiated_corn", 12 ] ]