diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-10 16:53:44 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-10 16:53:44 -0800 |
commit | 4d8827cf8613706289ec7d0977fa4449e9838dd4 (patch) | |
tree | 56d707ef813155383913edc2103c8e6547f77182 /json/recipes/food | |
parent | All human bones in preserved Bone broth (diff) | |
download | cataclysm-bn-mod_recipe-fixes-4d8827cf8613706289ec7d0977fa4449e9838dd4.tar.xz |
Typo
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 3717e53..5f8467e 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -56,7 +56,7 @@ "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], - "components": [ [ [ "jar_3l_glass", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "bone", 120 ], [ "bone_human", 120 ] ] + "components": [ [ [ "jar_3l_glass", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "bone", 120 ], [ "bone_human", 120 ] ] ] }, { "type": "recipe", |