diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-13 22:09:46 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-13 22:09:46 +0200 |
| commit | 75bd8ddea62ced434de6c9cd7099246cc46ee9fc (patch) | |
| tree | af8eaf5ffdedc568b2d192d6f5f111c8a49fa93b /data/recipes | |
| parent | be005f868f7c5df53ff90350251a25b60f9b2a3c (diff) | |
| download | hurrycurry-75bd8ddea62ced434de6c9cd7099246cc46ee9fc.tar hurrycurry-75bd8ddea62ced434de6c9cd7099246cc46ee9fc.tar.bz2 hurrycurry-75bd8ddea62ced434de6c9cd7099246cc46ee9fc.tar.zst | |
Disable doughnut for now
Diffstat (limited to 'data/recipes')
| -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 90301a74..430690a3 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -330,7 +330,7 @@ const strawberry_shake = either( ) // Doughnut (Pfannkuchen) -edible("doughnut", deep_fry(dough.tr(BA)).as("doughnut").tr(PL)) +// edible("doughnut", deep_fry(dough.tr(BA)).as("doughnut").tr(PL)) // Icecream edible("icecream", freeze(strawberry_shake.tr(GL)).as("strawberry-icecream")) |