Files
Bubberstation/code/modules/antagonists
MrMelbert 3c527a6dce Fixes changlings transformed into a Felinid losing decap immunity thanks to their newly shrunken brain (#95205)
## About The Pull Request

Fixes #95203

Changling "decoy brain" status was a behavior attached to the brain. 
However it never re-applied the "decoy brain" status at any point. Even
if your brain changed.

This was fine for the most part because all of our roundstart species
used the same base brain type.
Which meant your brain didn't change and there was no reason to re-apply
the behavior.

But now Felinids (*and Lizardpeople*) have a different brain typepath.
Changing into these species would give you an entirely new brain and
wipe the "decoy brain" mechanic entirely without re-applying it.

This PR fixes the issue by re-applying "decoy brain" status the ling has
a new brain added.

## Changelog

🆑 Melbert
fix: Fixes Changlings transformed into a Felinid losing decap immunity
thanks to their newly shrunken brain
/🆑

---------

Co-authored-by: Jordan Dominion <jordanhcbrown+github@gmail.com>
Co-authored-by: Arturlang <24881678+Arturlang@users.noreply.github.com>
2026-02-23 02:24:24 +00:00
..
2026-02-03 22:23:09 -05:00
2026-02-03 22:23:09 -05:00