diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-14 15:16:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-14 15:16:20 -0700 |
commit | 7a5643fb76e56cbddca15e7cfc0f1d34690fa881 (patch) | |
tree | a6a4000bd98450c47cd864d04d1901361a66a188 /json | |
parent | Remove duplicate (diff) | |
download | cataclysm-bn-mod_recipe-fixes-7a5643fb76e56cbddca15e7cfc0f1d34690fa881.tar.xz |
fry_oil is a list
Diffstat (limited to 'json')
-rw-r--r-- | json/recipes/recipe_food.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index 10d69de..e95bc95 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -55,7 +55,7 @@ "components": [ [ [ "meat_red", 4, "LIST" ], [ "dry_meat", 4 ], [ "can_chicken", 4 ] ], [ [ "dry_rice", 4 ], [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], - [ [ "fry_oil", 2 ] ], + [ [ "fry_oil", 2, "LIST" ] ], [ [ "beet_syrup", 1 ], [ "syrup", 1 ], |