Files
Bubberstation/code/modules/research
SkyratBot 71ae83df92 [MIRROR] Update clothing appearance following species change [MDB IGNORE] (#23619)
* 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>
2023-09-10 21:43:09 -04:00
..