mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 17:41:05 +00:00
* Fixes shapeshift transformation runtime (#54484) Code improvement PR that changed this to use lazylists forgot to then remove the .Remove() part after. As a result, this will runtime either when mob_spell_list is null, or when mob_spell_list only contains src as LAZYREMOVE nulls the list for Remove() to runtime afterwards. Fixes all transformations where the above was the case, very specifically Vampires changing to bats and back. * Fixes shapeshift transformation runtime Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>