summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-16 15:35:18 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-16 15:35:24 +0200
commitcf235a807dbde2e6c69598a524d87f70085fd774 (patch)
treeb04e5e309a3f9b74678b01b0a833b7990ec818e8 /data
parent4745efb3c79da1483dcea6e5f627811b074e8a59 (diff)
downloadhurrycurry-cf235a807dbde2e6c69598a524d87f70085fd774.tar
hurrycurry-cf235a807dbde2e6c69598a524d87f70085fd774.tar.bz2
hurrycurry-cf235a807dbde2e6c69598a524d87f70085fd774.tar.zst
lettuce tomato burger
Diffstat (limited to 'data')
-rw-r--r--data/recipes/default.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/recipes/default.ts b/data/recipes/default.ts
index 1d7f6c65..c2316b92 100644
--- a/data/recipes/default.ts
+++ b/data/recipes/default.ts
@@ -238,6 +238,7 @@ const b_patty = sear(cut(steak).as("patty"))
edible(
combine(PL, cut(bun), b_patty, cut(cheese)),
combine(PL, cut(bun), b_patty, cut(cheese), cut(lettuce)),
+ combine(PL, cut(bun), b_patty, cut(tomato), cut(lettuce)),
combine(PL, cut(bun), b_patty, cut(cheese), cut(tomato)),
combine(PL, cut(bun), cut(cheese), cut(lettuce), cut(tomato)),
)