aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)),
)