diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-13 21:53:43 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-13 21:53:43 +0200 |
| commit | be005f868f7c5df53ff90350251a25b60f9b2a3c (patch) | |
| tree | e2b20b4ee4f5ad0f7d7daf52b37a431b96953019 | |
| parent | 419b1da85496a30eb6be52627702e1e1964e3bf1 (diff) | |
| download | hurrycurry-be005f868f7c5df53ff90350251a25b60f9b2a3c.tar hurrycurry-be005f868f7c5df53ff90350251a25b60f9b2a3c.tar.bz2 hurrycurry-be005f868f7c5df53ff90350251a25b60f9b2a3c.tar.zst | |
Cut leek and tomato in curry
| -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() |