Merge pull request #6577 from Citadel-Station-13/upstream-merge-36839

[MIRROR] Deactivate suicide prescans via ghost var
This commit is contained in:
deathride58
2018-05-02 14:25:32 +00:00
committed by GitHub
3 changed files with 48 additions and 4 deletions
@@ -91,6 +91,9 @@ GLOBAL_VAR_INIT(observer_default_invisibility, INVISIBILITY_OBSERVER)
name = random_unique_name(gender)
mind = body.mind //we don't transfer the mind but we keep a reference to it.
suiciding = body.suiciding // Transfer whether they committed suicide.
if(ishuman(body))
var/mob/living/carbon/human/body_human = body
if(HAIR in body_human.dna.species.species_traits)