From 752eeca7edc9197cac8ce6f4a45450c7d704eeb3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 16 May 2023 16:46:01 -0700 Subject: Fix large tin of canned beans containing only six portions. --- json/recipes/food/canned.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.1