From c7f6d3b574c488d50e16dbb39bd4d0d2ecc29dd8 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:44:40 +0100 Subject: [PATCH] dumbass forgets a bracket and cant even compile his code --- code/modules/mob/living/blood.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/blood.dm b/code/modules/mob/living/blood.dm index 651912ca1d..e6c93d4daa 100644 --- a/code/modules/mob/living/blood.dm +++ b/code/modules/mob/living/blood.dm @@ -39,7 +39,7 @@ return if(bodytemperature >= TCRYO && !(HAS_TRAIT(src, TRAIT_HUSK))) //cryosleep or husked people do not pump the blood. - if(!HAS_TRAIT(src, TRAIT_SNOWFLAKE_BLOOD_PROCESS))) + if(!HAS_TRAIT(src, TRAIT_SNOWFLAKE_BLOOD_PROCESS)) if(integrating_blood > 0) var/blood_integrated = max(integrating_blood - 1, 0) var/blood_diff = integrating_blood - blood_integrated