From 6b5388951fd52f21b283d9548817cdd661e1f35e Mon Sep 17 00:00:00 2001 From: Poojawa Date: Fri, 30 Aug 2019 03:16:18 -0500 Subject: [PATCH] Ohwait let's not return on a normal process. :^) --- code/modules/mob/living/blood.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/blood.dm b/code/modules/mob/living/blood.dm index d676690b4c..c47d56f396 100644 --- a/code/modules/mob/living/blood.dm +++ b/code/modules/mob/living/blood.dm @@ -35,7 +35,6 @@ if(bleed_rate <= 0) bleed_rate = 0 - return if(bodytemperature >= TCRYO && !(HAS_TRAIT(src, TRAIT_NOCLONE))) //cryosleep or husked people do not pump the blood.