From 964daa0aeebd071ae454913182866bf4d5659167 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Fri, 21 Nov 2014 12:51:50 +0000 Subject: [PATCH] Vampires can see blood Well their own levels --- code/modules/mob/living/carbon/human/human.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index d16f9c2a..696122f9 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -195,6 +195,8 @@ if(mind.changeling) stat("Chemical Storage", mind.changeling.chem_charges) stat("Genetic Damage Time", mind.changeling.geneticdamage) + if(mind.vampire) + stat("Blood", mind.vampire.bloodusable) if (istype(wear_suit, /obj/item/clothing/suit/space/space_ninja)&&wear_suit:s_initialized) stat("Energy Charge", round(wear_suit:cell:charge/100))