From cf79a5f972913b254bc51092e1389c1030da83c3 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 12 Jan 2014 00:16:40 -0500 Subject: [PATCH] Fix puking over skeletons --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index b9b265f18b0..38f4b73c292 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1611,7 +1611,7 @@ if(decaytime > 27000) decaylevel = 4 makeSkeleton() - + return //No puking over skeletons, they don't smell at all! for(var/mob/living/carbon/human/H in range(decaylevel, src)) if(prob(5))