From c03513b65d0665b6d859441fc7c731dc446c69a9 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 4 Oct 2017 08:14:47 -0300 Subject: [PATCH] Merge pull request #31256 from ShizCalev/zombie-toxin Zombies regen toxin damage --- code/modules/mob/living/carbon/human/species_types/zombies.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species_types/zombies.dm b/code/modules/mob/living/carbon/human/species_types/zombies.dm index 4ce8570c2b..016a3635ef 100644 --- a/code/modules/mob/living/carbon/human/species_types/zombies.dm +++ b/code/modules/mob/living/carbon/human/species_types/zombies.dm @@ -37,6 +37,7 @@ C.a_intent = INTENT_HARM // THE SUFFERING MUST FLOW if(regen_cooldown < world.time) C.heal_overall_damage(4,4) + C.adjustToxLoss(-4) if(prob(4)) playsound(C, pick(spooks), 50, TRUE, 10) if(C.InCritical())