Update drink_reagents.dm

This commit is contained in:
Sishen
2019-06-23 04:36:12 -04:00
parent a2a440a92c
commit b63453a7f0
@@ -214,7 +214,7 @@
/datum/reagent/consumable/milk/on_mob_life(mob/living/carbon/M) /datum/reagent/consumable/milk/on_mob_life(mob/living/carbon/M)
if(HAS_TRAIT(M, TRAIT_CALCIUM_HEALER)) if(HAS_TRAIT(M, TRAIT_CALCIUM_HEALER))
M.heal_bodypart_damage(1.5,0, 0) M.heal_bodypart_damage(2.5,0, 0)
. = 1 . = 1
else else
if(M.getBruteLoss() && prob(20)) if(M.getBruteLoss() && prob(20))