Medical assistance treats bleed_rate to stop phantom bleeding

This commit is contained in:
Poojawa
2019-08-30 02:46:57 -05:00
parent dae3e91293
commit b2252a1c74
2 changed files with 77 additions and 11 deletions
@@ -89,6 +89,8 @@
var/mob/living/carbon/human/H = C
if(stop_bleeding)
if(!H.bleedsuppress) //so you can't stack bleed suppression
if(H.bleed_rate)
H.bleed_rate -= 30
H.suppress_bloodloss(stop_bleeding)
if(affecting.status == BODYPART_ORGANIC) //Limb must be organic to be healed - RR
if(affecting.heal_damage(heal_brute, heal_burn))