This commit is contained in:
Fox McCloud
2019-04-09 11:32:21 -04:00
parent 06713d604f
commit 42a6f4ef30
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
bleed_rate = 0
return
if(bodytemperature >= 225 && !(NOCLONE in mutations)) //cryosleep or husked people do not pump the blood.
if(bodytemperature >= TCRYO && !(NOCLONE in mutations)) //cryosleep or husked people do not pump the blood.
if(blood_volume < BLOOD_VOLUME_NORMAL)
blood_volume += 0.1 // regenerate blood VERY slowly