diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-15 22:12:12 +0200 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-09-17 22:43:33 +0200 |
commit | 1c4fd19030f5fdb4dc133daf45dd1dfaebb803d4 (patch) | |
tree | 12028d8040b3a23cba8153975bf1176617cae236 /data/recipes/default.js | |
parent | 9ee36086a913f0d0b8ddda1fdd8238f28bb4fc2b (diff) | |
download | hurrycurry-1c4fd19030f5fdb4dc133daf45dd1dfaebb803d4.tar hurrycurry-1c4fd19030f5fdb4dc133daf45dd1dfaebb803d4.tar.bz2 hurrycurry-1c4fd19030f5fdb4dc133daf45dd1dfaebb803d4.tar.zst |
remove cooked potatoes, allow noodles without cheese
Diffstat (limited to 'data/recipes/default.js')
-rw-r--r-- | data/recipes/default.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js index 7d777d31..f70adf6b 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -247,7 +247,7 @@ edible( french_fries.tr(PL), combine(PL, sear(steak), bun), combine(PL, sear(steak), french_fries), - combine(PL, sear(steak), cook(potato.tr(POT))), + // combine(PL, sear(steak), cook(potato.tr(POT))), // combine(PL, sear(steak), sear(cut(mushroom))), // combine(PL, sear(steak), sear(cut(mushroom)), french_fries), // combine(PL, sear(steak), sear(cut(mushroom)), cook(potato.tr(POT))), @@ -273,6 +273,7 @@ edible( // Noodles const noodle = cook(cut(roll(dough)).as("noodles").tr(POT)) edible( + combine(PL, noodle, tomato_juice), combine(PL, noodle, tomato_juice, cut(cheese)), // combine(PL, noodle, tomato_juice, cut(cheese), sear(patty)), ) |