aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/default.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/recipes/default.js')
-rw-r--r--data/recipes/default.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js
index e7980627..814ac2cc 100644
--- a/data/recipes/default.js
+++ b/data/recipes/default.js
@@ -280,7 +280,7 @@ edible("steak",
// Salad
edible("salad",
combine(PL, cut(tomato), cut(lettuce)),
- combine(PL, cut(lettuce)),
+ group_hidden(combine(PL, cut(lettuce))),
)
// Burger
@@ -306,8 +306,8 @@ edible("soups",
// Noodles
const noodle = cook(cut(roll(dough)).as("noodles").tr(POT))
edible("noodles",
- combine(PL, noodle, tomato_soup),
combine(PL, noodle, tomato_soup, cut(cheese)),
+ group_hidden(combine(PL, noodle, tomato_soup)),
// combine(PL, noodle, tomato_juice, cut(cheese), sear(patty)),
)