Merge pull request #6577 from Citadel-Station-13/upstream-merge-36839
[MIRROR] Deactivate suicide prescans via ghost var
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user