Fixes Blood Math

This commit is contained in:
Fox-McCloud
2017-07-15 05:10:33 -04:00
parent c77f71be4d
commit 5a93390291
5 changed files with 10 additions and 9 deletions
@@ -148,7 +148,8 @@
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(!H.species.exotic_blood && !(NO_BLOOD in H.species.species_traits))
H.blood_volume += 0.8
if(H.blood_volume < BLOOD_VOLUME_NORMAL)
H.blood_volume += 0.8
..()
//foam