diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm
index 338727330f5..bfa1f3d248d 100644
--- a/code/modules/mob/living/carbon/human/emote.dm
+++ b/code/modules/mob/living/carbon/human/emote.dm
@@ -337,12 +337,8 @@
m_type = 2
if ("deathgasp")
- if (species.name == "Machine")
- message = "[src] gives one shrill beep before falling limp, screen quickly flashing blue before shutting off entirely."
- m_type = 1
- else
- message = "[src] seizes up and falls limp, \his eyes dead and lifeless..."
- m_type = 1
+ message = "[src] [species.death_message]"
+ m_type = 1
if ("giggle")
if(miming)