Files
Bubberstation/code/datums/components/food
28058b8bfe [MIRROR] Fixes donuts overriding taste reaction (#2134)
* 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>
2020-12-11 10:38:10 +01:00
..