diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-27 19:33:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-27 19:33:39 -0700 |
commit | 038d9aa69da9c12f79bee9122c0a9e51e2faf18e (patch) | |
tree | a459d0b5b7b4ae31ce89e63acfb725d62518ff9f /json/recipes | |
parent | Add looks_like to new stirfry dishes (diff) | |
download | cataclysm-bn-mod_recipe-fixes-038d9aa69da9c12f79bee9122c0a9e51e2faf18e.tar.xz |
Make chili a liquid like curry
Fix rice options for tofu stirfry
Diffstat (limited to 'json/recipes')
-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 e95bc95..2c5702e 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -26,7 +26,7 @@ "batch_time_factors": [ 25, 2 ], "components": [ [ [ "tofu", 4 ], [ "dry_tofu", 4 ] ], - [ [ "rice_cooked", 4 ] ], + [ [ "dry_rice", 4 ], [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], [ [ "cooking_oil", 1 ] ], [ [ "beet_syrup", 1 ], |