mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Buffs Nanocalcium (#21476)
* The buffs * snowball review * Farie Review
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user