Merge pull request #3117 from Citadel-Station-13/upstream-merge-31256

[MIRROR] Zombies regen toxin damage
This commit is contained in:
LetterJay
2017-10-04 18:41:45 -04:00
committed by GitHub
@@ -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())