mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 03:59:59 +01:00
* Fix donuts always overriding species-level taste reaction (#55349) Fixes #55302. The donut `check_liked` callback would return null if its conditions weren't met, so the `food_taste_reaction` checks would be totally skipped over. No donuts for you, carnivore. * Fixes donuts overriding taste reaction Co-authored-by: prodirus <44090982+prodirus@users.noreply.github.com>