summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-13 02:57:10 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-13 02:57:10 -0800
commita69dc0a0705c7698f8c4a7fb2cbb39cc9ef8882c (patch)
treeb275c1544d0e32ccf2d06a1bd25a232975c1fc3b
parentMove all uncategorized recipes to specific json files. (diff)
downloadcataclysm-bn-mod_recipe-fixes-a69dc0a0705c7698f8c4a7fb2cbb39cc9ef8882c.tar.xz
Allow wasteland sausages to use sausage casings.
-rw-r--r--json/recipes/food/meat.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json
index 390fdcf..2b58818 100644
--- a/json/recipes/food/meat.json
+++ b/json/recipes/food/meat.json
@@ -271,7 +271,7 @@
"tools": [ [ [ "char_smoker", 10 ] ] ],
"components": [
[ [ "offal_raw", 4, "LIST" ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ],
- [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ],
+ [ [ "sausage_casings", 2 ], [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ],
[ [ "salt_preservation", 4, "LIST" ] ]
]
},
@@ -292,7 +292,7 @@
],
"components": [
[ [ "offal_raw", 4, "LIST" ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ],
- [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ],
+ [ [ "sausage_casings", 2 ], [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ],
[ [ "salt_preservation", 4, "LIST" ] ]
]
},