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.