From c3f4808cd2325bd0f5d2edd786231b4c396a1119 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Sun, 1 Jan 2012 01:13:40 -0500 Subject: [PATCH] code was calling now-removed emote --- 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 0892d7ea1a4..95a58ac4b2b 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)