From 12ce7299210887d9ff4b41a9779cd7dd4b1bddbe Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 13 Sep 2024 19:11:37 +0200 Subject: generalize item names in test-client --- data/recipes/default.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/recipes/default.ts b/data/recipes/default.ts index a908d61c..b7ccf48d 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -204,10 +204,10 @@ const bun = bake(dough).as("bun") edible(bun.tr(PL)) // Steak -const steak_pot = sear(steak).as("steak") +const seared_steak = sear(steak) edible( - combine(PL, steak_pot, bun), - combine(PL, steak_pot), + combine(PL, seared_steak, bun), + combine(PL, seared_steak), ) // Salad -- cgit v1.2.3-70-g09d2