From be005f868f7c5df53ff90350251a25b60f9b2a3c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 13 Oct 2025 21:53:43 +0200 Subject: Cut leek and tomato in curry --- data/recipes/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.3