Buffs Nanocalcium (#21476)

* The buffs

* snowball review

* Farie Review
This commit is contained in:
DGamerL
2023-07-07 13:40:59 +01:00
committed by GitHub
parent 66440b4139
commit 765c419feb
2 changed files with 3 additions and 1 deletions
@@ -1333,6 +1333,8 @@
H.blood_volume += 10
for(var/datum/disease/critical/heart_failure/HF in H.viruses)
HF.cure() //Won't fix a stopped heart, but it will sure fix a critical one. Shock is not fixed as healing will fix it
for(var/obj/item/organ/O as anything in (H.internal_organs + H.bodyparts))
O.germ_level = 0
if(M.health < 40)
update_flags |= M.adjustOxyLoss(-5 * REAGENTS_EFFECT_MULTIPLIER, FALSE)
update_flags |= M.adjustToxLoss(-1 * REAGENTS_EFFECT_MULTIPLIER, FALSE)