diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-16 15:56:08 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-16 15:56:08 -0800 |
commit | 090c117068e8e82f4fc7bf6ec8a5457db6ca761b (patch) | |
tree | 97aad466399acbb26ce147aff3b9ee799dc901aa /json | |
parent | Allow sausage casings to be made with clean water. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-090c117068e8e82f4fc7bf6ec8a5457db6ca761b.tar.xz |
Remove stray comma.
Diffstat (limited to 'json')
-rw-r--r-- | json/recipes/food/meat.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json index d71f7a7..ef99936 100644 --- a/json/recipes/food/meat.json +++ b/json/recipes/food/meat.json @@ -60,7 +60,7 @@ [ "seasoning_salt", 10 ], [ "pepper", 10 ] ], - [ [ "sausage_casings", 6 ] ], + [ [ "sausage_casings", 6 ] ] ] }, { |