Update drink_reagents.dm
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user