Compile safe.

This commit is contained in:
Fermi
2019-05-25 05:35:03 +01:00
parent e2c1eb1d7c
commit 4b8cb81752
2 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -310,9 +310,8 @@
blood_ratio -= value
/mob/living/proc/ResetBloodVol()
if(ishuman(src))
if src.has_quirk(/datum/quirk/BloodPressure)
blood_ratio = 1.2
if(ishuman(src) && src.has_trait(TRAIT_HIGH_BLOOD))
blood_ratio = 1.2
blood_ratio = 1
/mob/living/proc/AdjustBloodVol(var/value)