mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
* Fix invisible powder breaking color blending (#59188) Fixes a bug where egg glands (eggs with a random reagent) would runtime if they combined with invisible powder. Invisible powder was setting their color to null, which broke everything. This doesn't change any behavior as invisible powder hardly works anyway. * Fix invisible powder breaking color blending, fixing a spurrious CI failure Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>