mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-24 16:13:20 +00:00
## About The Pull Request
Closes https://github.com/Skyrat-SS13/Skyrat-tg/issues/20797
I was tracking an issue related to an IPC brain not dropping and was led
on a wild goose chase through brain code. Brain code is bad times.
Anyway the issue ended up not having anything to do with brain code.
During https://github.com/tgstation/tgstation/pull/73918 there was a
refactor to change the name of the internal organs list from
'internal_organs' to just 'organs'.
This is all good and cool, but one problem:
c8982bfb1c/code/modules/mob/living/carbon/death.dm (L48)
The `spill_organs` proc was iterating through the (previously named)
`internal_organs` list using a var called `organs`. Which is now
currently the name of the list itself. Derp.
<details><summary>We are back to this now.</summary>

</details>
## Why It's Good For The Game
Bugfix, now organs will spill again when a mob gets gibbed. In case you
missed getting hit in the face by a flying liver.
## Changelog
🆑
fix: a mob will now once again spill their organs when they are gibbed
/🆑