aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-09 00:18:08 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-09 00:18:08 +0200
commitdf50603df4a198bceaec2b0d334c35d2b7e8303f (patch)
tree246cf6cf8dddbf05dc1848305908e56aae6715f0 /data
parent3bc5e44cf7d0272cae26341afaf577b1fe2b6f21 (diff)
downloadhurrycurry-df50603df4a198bceaec2b0d334c35d2b7e8303f.tar
hurrycurry-df50603df4a198bceaec2b0d334c35d2b7e8303f.tar.bz2
hurrycurry-df50603df4a198bceaec2b0d334c35d2b7e8303f.tar.zst
Hide some more items from recipe book
Diffstat (limited to 'data')
-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)),
)