From aa4f30bbefca00966fb5c78a8046e47b33e4382c Mon Sep 17 00:00:00 2001 From: Albert Iordache Date: Sun, 1 Jan 2012 22:48:53 +0200 Subject: [PATCH] Minor deathgasp fix. --- code/modules/mob/living/carbon/human/death.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/death.dm b/code/modules/mob/living/carbon/human/death.dm index 95a58ac4b2..0892d7ea1a 100644 --- a/code/modules/mob/living/carbon/human/death.dm +++ b/code/modules/mob/living/carbon/human/death.dm @@ -12,7 +12,7 @@ tension_master.death(src) if (!gibbed) - //emote("deathgasp") //let the world KNOW WE ARE DEAD + emote("deathgasp") //let the world KNOW WE ARE DEAD //For ninjas exploding when they die./N if (istype(wear_suit, /obj/item/clothing/suit/space/space_ninja)&&wear_suit:s_initialized)