aboutsummaryrefslogtreecommitdiff
path: root/data/recipes
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-13 21:53:43 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-13 21:53:43 +0200
commitbe005f868f7c5df53ff90350251a25b60f9b2a3c (patch)
treee2b20b4ee4f5ad0f7d7daf52b37a431b96953019 /data/recipes
parent419b1da85496a30eb6be52627702e1e1964e3bf1 (diff)
downloadhurrycurry-be005f868f7c5df53ff90350251a25b60f9b2a3c.tar
hurrycurry-be005f868f7c5df53ff90350251a25b60f9b2a3c.tar.bz2
hurrycurry-be005f868f7c5df53ff90350251a25b60f9b2a3c.tar.zst
Cut leek and tomato in curry
Diffstat (limited to 'data/recipes')
-rw-r--r--data/recipes/default.js2
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()