diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-21 16:56:17 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-21 16:56:20 +0200 |
commit | 3babf013292ba22d3c464fb33ed43659a82cd8a9 (patch) | |
tree | cbfa123a5ed579a446e027a31a8a8815caf24860 | |
parent | e51dab4be6732bd77777dfe42bbaddfc5fa21d20 (diff) | |
download | hurrycurry-3babf013292ba22d3c464fb33ed43659a82cd8a9.tar hurrycurry-3babf013292ba22d3c464fb33ed43659a82cd8a9.tar.bz2 hurrycurry-3babf013292ba22d3c464fb33ed43659a82cd8a9.tar.zst |
a
-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 4e7b3e96..041b7d99 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -194,7 +194,7 @@ edible( combine(PL, sliced_tomato, bread_slice), combine(PL, steak_pot, bread_slice), combine(PL, sliced_tomato, steak_pot), - combine(PL, sliced_tomato), + sliced_tomato.tr(PL), ) // Soup |