diff options
author | metamuffin <metamuffin@disroot.org> | 2024-12-23 12:11:15 +0100 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-09-17 22:43:33 +0200 |
commit | 81f4863c921841c0602ca39c94970a4ef2b9c183 (patch) | |
tree | d936991500e91859066fc626bff92a1f486f6d39 | |
parent | 01f3ac70858e451d740bc7fde8fee8b7c9e381c2 (diff) | |
download | hurrycurry-81f4863c921841c0602ca39c94970a4ef2b9c183.tar hurrycurry-81f4863c921841c0602ca39c94970a4ef2b9c183.tar.bz2 hurrycurry-81f4863c921841c0602ca39c94970a4ef2b9c183.tar.zst |
add fish bun
-rw-r--r-- | data/recipes/default.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js index 903510c7..74dc0895 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -277,6 +277,7 @@ edible_hot( combine(PL, cut(bun), sear(patty), cut(cheese), cut(tomato)), combine(PL, cut(bun), cut(cheese), cut(lettuce), cut(tomato)), combine(PL, cut(bun), cut(lettuce), cut(tomato)), + combine(PL, cut(bun), cut(fish)) ) // Noodles |