dumbass forgets a bracket and cant even compile his code

This commit is contained in:
Timothy Teakettle
2022-06-16 15:44:40 +01:00
parent 0a61bb3813
commit c7f6d3b574
+1 -1
View File
@@ -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