diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-09-13 18:36:11 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-09-13 18:36:11 +0200 | 
| commit | c28e3210fb591dbb3f457323f41d662bdec2bbc3 (patch) | |
| tree | 6feb1ca0a14d243d49bcfc8381264f85cc3e3979 /data/recipes | |
| parent | 6be3e8d2a0d1b89ac89fe2609460c4ffa03e3798 (diff) | |
| download | hurrycurry-c28e3210fb591dbb3f457323f41d662bdec2bbc3.tar hurrycurry-c28e3210fb591dbb3f457323f41d662bdec2bbc3.tar.bz2 hurrycurry-c28e3210fb591dbb3f457323f41d662bdec2bbc3.tar.zst | |
bun served on plate
Diffstat (limited to 'data/recipes')
| -rw-r--r-- | data/recipes/default.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/data/recipes/default.ts b/data/recipes/default.ts index 085360b2..a908d61c 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -201,7 +201,7 @@ const lettuce = crate("lettuce")  // Buns  const dough = process(flour.tr(FP)).as("dough").tr()  const bun = bake(dough).as("bun") -edible(bun) +edible(bun.tr(PL))  // Steak  const steak_pot = sear(steak).as("steak") | 
