diff options
Diffstat (limited to 'data/recipes/default.ts')
-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 |