mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-31 19:47:22 +01:00
71ae83df92
* Update clothing appearance following species change (#78185) ## About The Pull Request Fixes #78179 Monkey clothes didn't fit following black charged slime transformation (I hate xenobiology) Moved the proc call which updated the clothing appearance from turning into or returning from being a monkey into generic `on_species_gain` on the basis that this would effect any species with weird clothing offsets (such as transforming into a golem from the same source) and we don't want a bunch of specific checks against it. Also I just tidied up that proc a little bit. ## Changelog 🆑 fix: Your clothes and such should correctly reposition themselves if a black charged slime extract turns you into a monkey. /🆑 * Update clothing appearance following species change --------- Co-authored-by: Jacquerel <hnevard@gmail.com>