diff options
author | metamuffin <metamuffin@disroot.org> | 2024-12-23 17:49:24 +0100 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-09-17 22:43:33 +0200 |
commit | ca8dabba63833b34fed0d62bb0eaa01bf9917cfd (patch) | |
tree | 3af9a1e40873ef95f831d0f2d3d263be031ec89a | |
parent | b60fc09e199466cfd88271863af363fb0f85fc1b (diff) | |
download | hurrycurry-ca8dabba63833b34fed0d62bb0eaa01bf9917cfd.tar hurrycurry-ca8dabba63833b34fed0d62bb0eaa01bf9917cfd.tar.bz2 hurrycurry-ca8dabba63833b34fed0d62bb0eaa01bf9917cfd.tar.zst |
rename stew
-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 |