diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-23 20:22:44 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-23 20:22:44 -0700 | 
| commit | 96ac6bfc5dd142bc8532f5ca58e164b18a7a411a (patch) | |
| tree | dca2e8d787d93c6c7dafad6e30b4dae781fe9b97 /json | |
| parent | Update chili recipe based on upstream changes. (diff) | |
| download | cataclysm-bn-mod_recipe-fixes-96ac6bfc5dd142bc8532f5ca58e164b18a7a411a.tar.xz | |
Add veggy_green list as additional options for stir fry.
Diffstat (limited to 'json')
| -rw-r--r-- | json/recipes/food/meat.json | 2 | ||||
| -rw-r--r-- | json/recipes/food/veggi.json | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json index 4adea01..98e2aaa 100644 --- a/json/recipes/food/meat.json +++ b/json/recipes/food/meat.json @@ -551,7 +551,7 @@        [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ],        [ [ "any_butter_or_oil", 2, "LIST" ] ],        [ [ "sugar_standard", 1, "LIST" ] ], -      [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], +      [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ], [ "veggy_green", 2, "LIST" ] ],        [ [ "soysauce", 1 ] ]      ]    }, diff --git a/json/recipes/food/veggi.json b/json/recipes/food/veggi.json index b34a123..b1a9f5d 100644 --- a/json/recipes/food/veggi.json +++ b/json/recipes/food/veggi.json @@ -103,7 +103,7 @@        [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ],        [ [ "cooking_oil", 2 ] ],        [ [ "sugar_standard", 1, "LIST" ] ], -      [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], +      [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ], [ "veggy_green", 2, "LIST" ] ],        [ [ "soysauce", 1 ] ]      ]    }, @@ -127,7 +127,7 @@        [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ],        [ [ "cooking_oil", 2 ] ],        [ [ "sugar_standard", 1, "LIST" ] ], -      [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], +      [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ], [ "veggy_green", 2, "LIST" ] ],        [ [ "soysauce", 1 ] ]      ]    }  | 
