From 7d95a385f2f77a3baa93b302f85c3001086eb560 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Wed, 25 Dec 2013 01:59:35 +0400 Subject: [PATCH] No messages from beyond the grave pls. --- code/modules/mob/living/carbon/human/human.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 210ea28fe2d..b0a0fcb2d8e 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1273,6 +1273,9 @@ mob/living/carbon/human/yank_out_object() set name = "Write in blood" set desc = "Use blood on your hands to write a short message on the floor or a wall, murder mystery style." + if (src.stat) + return + if (usr != src) return 0 //something is terribly wrong