forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes colossus possessor crystal cockroaches/animals not dumping the …
…user's body upon death/gibbing (tgstation#75843) ## About The Pull Request Hooks the stasis closet thingamajing into `COMSIG_LIVING_DEATH` instead of checking the animal's stat on `process()`, which makes possessed animals properly dump the stasis closet's contents upon death or gibbing (which is death but cooler). yeah uh this method is hilarious but it does protect the user's body quite reliably at least lol ## Why It's Good For The Game Fixes tgstation#75829 also probably makes cockroach death saner in some unreported way, this `. = ..()` vs `..()` is above my non-existent paygrade but it keeps popping up from time to time ## Changelog :cl: fix: gibbing colossus possessor crystal possessed animals will no longer stick the user's body and their stuff into the shadow realm. the animals will properly drop your corpse when killed or gibbed /:cl: --------- Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters