From 17449d088134e10f35c5477f9a6bc1375748cce6 Mon Sep 17 00:00:00 2001 From: Albert Iordache Date: Sun, 1 Jan 2012 22:46:37 +0200 Subject: [PATCH] Re-enabled the deathgasp, because it activates traitor implants. --- code/modules/mob/living/carbon/human/emote.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index a1a07a52254..a927977985f 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -183,10 +183,9 @@ message = "[src] makes a weak noise." m_type = 2 -/* if ("deathgasp") + if ("deathgasp") message = "[src] seizes up and falls limp, \his eyes dead and lifeless..." - m_type = 1 */ - //No. --SkyMarshal + m_type = 1 if ("giggle") if (!muzzled)