Human magic revival does bleeding heal

This commit is contained in:
Poojawa
2019-09-11 04:37:46 -05:00
parent 6353bd1064
commit a0decbfd91
@@ -813,6 +813,8 @@
for(var/datum/mutation/human/HM in dna.mutations)
if(HM.quality != POSITIVE)
dna.remove_mutation(HM.name)
if(bleed_rate)
bleed_rate = 0
if(blood_volume < (BLOOD_VOLUME_NORMAL*blood_ratio))
blood_volume = (BLOOD_VOLUME_NORMAL*blood_ratio)
..()