diff options
Diffstat (limited to 'data/recipes')
| -rw-r--r-- | data/recipes/default.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js index 2cb163e3..90301a74 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -349,7 +349,7 @@ edible("drinks", ) // Curry -const curry_with_rice = combine(PL, cook(rice.tr(POT)), cook(combine(POT, milk, tomato, leek)).as("curry")) +const curry_with_rice = combine(PL, cook(rice.tr(POT)), cook(combine(POT, milk, cut(tomato), cut(leek))).as("curry")) edible("curry", curry_with_rice) auto_trash() |