diff options
-rw-r--r-- | data/recipes/default.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js index 5f96c1e6..c237be79 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -289,7 +289,7 @@ edible_hot( cook(combine(POT, tomato_juice)).as("tomato-soup").tr(PL), cook(combine(POT, cut(mushroom))).as("mushroom-soup").tr(PL), cook(combine(POT, cheese, leek)).as("cheese-leek-soup").tr(PL), - cook(combine(PL, patty, cut(potato), leek)).tr(PL) + cook(combine(PL, patty, cut(potato), leek)).as("stew").tr(PL) ) // Rice and nigiri |