Merge pull request #1110 from Krausus/Fixes-201505191414

Fixes Exchange Runtime and Ling Blood Regen
This commit is contained in:
ZomgPonies
2015-05-20 06:52:54 -04:00
2 changed files with 3 additions and 3 deletions
@@ -245,7 +245,7 @@
This function restores the subjects blood to max.
*/
/mob/living/carbon/human/proc/restore_blood()
if(!species.flags & NO_BLOOD)
if(!(species.flags & NO_BLOOD))
var/blood_volume = vessel.get_reagent_amount("blood")
vessel.add_reagent("blood",560.0-blood_volume)