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)