Some fixes requested by kev also ports a fix from tg

This commit is contained in:
necromanceranne
2020-03-11 15:43:47 +11:00
parent bd2aa5f54b
commit c37d30a617
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()
. = ..()