Merge pull request #31256 from ShizCalev/zombie-toxin

Zombies regen toxin damage
This commit is contained in:
Leo
2017-10-04 08:14:47 -03:00
committed by CitadelStationBot
parent daa5bc6128
commit c03513b65d
@@ -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())