Files
Bubberstation/code/modules/spells
Bloop 9a5e91836f Guards against shapechanging while being deleted (#95442)
## About The Pull Request

Tin. If you shapechange while being deleted, such as if your bitrunning
avatar is dying, you get runtimes which interrupt the process and bug
your mob permanently.


<img width="2035" height="697" alt="image"
src="https://github.com/user-attachments/assets/ebe7b502-bec5-44f9-bf5f-398e81c82dbb"
/>

For shapechanging, it creates a cascade of issues where you runtime
midway through the mind transfer, making the shapechange incomplete and
leaving the caster in a permadead state. Which is very bad.

## Why It's Good For The Game

Fixes a gnarly bug
2026-03-25 22:49:00 +00:00
..