From 637abb5d124b4617534762d9c5d77db076553302 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Sat, 12 Dec 2015 15:12:44 +0300 Subject: [PATCH] Fixes #10597 --- code/modules/mob/living/carbon/human/human.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 589bcb0445d..b7a6f0219b5 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -764,7 +764,8 @@ if(!check_has_mouth()) return - + if(stat == DEAD) + return if(!lastpuke) lastpuke = 1 src << "You feel nauseous..."