diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-16 16:46:01 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-16 16:46:01 -0700 |
commit | 752eeca7edc9197cac8ce6f4a45450c7d704eeb3 (patch) | |
tree | dc90de2412e68fe90a6711895d30b9ddadf1986b /json/recipes/food | |
parent | Fix large canned corn using medium tin can. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-752eeca7edc9197cac8ce6f4a45450c7d704eeb3.tar.xz |
Fix large tin of canned beans containing only six portions.
Diffstat (limited to 'json/recipes/food')
-rw-r--r-- | json/recipes/food/canned.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index e1aa3fa..fcc940f 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -140,7 +140,7 @@ "book_learn": [ [ "manual_sealing", 3 ] ], "contained": true, "batch_time_factors": [ 80, 5 ], - "charges": 6, + "charges": 12, "qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "HAMMER", "level": 1 }, |