Merge pull request #11424 from necromanceranne/death_coma_stuff

Some fakedeath fixes requested by kev also ports a fix from tg to regen coma
This commit is contained in:
kevinz000
2020-03-11 17:24:03 -07:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -107,7 +107,7 @@
/datum/nanite_program/fake_death/enable_passive_effect()
. = ..()
host_mob.emote("deathgasp")
host_mob.fakedeath("nanites")
host_mob.fakedeath("nanites", TRUE)
/datum/nanite_program/fake_death/disable_passive_effect()
. = ..()