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