diff --git a/code/modules/mob/living/carbon/alien/humanoid/death.dm b/code/modules/mob/living/carbon/alien/humanoid/death.dm index f3c70908cc7..15bfecccf1a 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/death.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/death.dm @@ -7,6 +7,8 @@ if (!gibbed) + emote("deathgasp") // Dead -- Skie + src.canmove = 0 if(src.client) src.blind.layer = 0 diff --git a/code/modules/mob/living/carbon/alien/humanoid/emote.dm b/code/modules/mob/living/carbon/alien/humanoid/emote.dm index 324ab27c91a..6d1de65b604 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/emote.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/emote.dm @@ -18,6 +18,9 @@ if (!muzzled) message = "[src] burps." m_type = 2 + if ("deathgasp") + message = "[src] lets out a waning guttural screech, green blood bubbling from its maw..." + m_type = 1 if("scratch") if (!src.restrained()) message = "The [src.name] scratches."