mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-03 04:56:32 +01:00
8f134af3e6
Adds plasmaman support to mob spawners (#73068) ## About The Pull Request A very minor change but one that will save headache down the line. Adds plasmaman support to mob spawners, meaning they will be guaranteed to get their internals and suit upon spawning from those. Modified the equip proc to be able to automatically turn hand slot internals on without the need for snowflakey open_internals checks everywhere, as that should already handled by the it (shown below). Just modified it to work on hand slots. https://github.com/tgstation/tgstation/blob/4b832e7d01c079e2548940d352fb089bb336ec54/code/datums/outfit.dm#L245-L248 ## Why It's Good For The Game Adds support for present and future mob spawners involving plasmapeople. ## Changelog 🆑 qol: prevents mob spawner plasmamen from spawning without their suit and internals. code: the equip proc can now find internals in the hand slot and automatically open them, allowing for less snowflakey code down the line. /🆑 --------- Co-authored-by: Bloop <vinylspiders@gmail.com> Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>