diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm
index 21cf025faa..f06445165b 100644
--- a/code/modules/mob/living/living.dm
+++ b/code/modules/mob/living/living.dm
@@ -86,7 +86,7 @@
to_chat(src, "You have given up life and succumbed to death.")
else
if(stat == DEAD)
- to_chat(src, "You are already dead!")
+ to_chat(src, "As much as you'd like, you can't die when already dead")
else
to_chat(src, "You are not injured enough to succumb to death!")