Add few ways to heal clone damage as Traitor and Vampire (#25596)

* Add few ways to heal clone damage as Traitor and Vampire

* Update debuffs.dm
This commit is contained in:
Сиротка
2024-05-31 18:32:34 +03:00
committed by GitHub
parent 05784b78bd
commit 80e4ca9fa8
3 changed files with 7 additions and 0 deletions
@@ -1574,6 +1574,7 @@
zomb.cure() // experimental B). Won't save you from the dead organs.
for(var/obj/item/organ/O as anything in (H.internal_organs + H.bodyparts))
O.germ_level = 0
update_flags |= M.adjustCloneLoss(-4 * REAGENTS_EFFECT_MULTIPLIER, FALSE) // 60 clone one-use heal for 10 TC seems fair
if(M.health < 40)
update_flags |= M.adjustOxyLoss(-5 * REAGENTS_EFFECT_MULTIPLIER, FALSE)
update_flags |= M.adjustToxLoss(-1 * REAGENTS_EFFECT_MULTIPLIER, FALSE)