From faeaab739b1bda41de29824cc350cb608b93cd91 Mon Sep 17 00:00:00 2001 From: Terilia Date: Mon, 6 Jul 2020 12:36:38 +0200 Subject: [PATCH] And adjusting the scope to reset the cycles. --- code/modules/mob/living/simple_animal/hostile/headcrab.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/headcrab.dm b/code/modules/mob/living/simple_animal/hostile/headcrab.dm index 1748b301bcf..b7cec09e6b5 100644 --- a/code/modules/mob/living/simple_animal/hostile/headcrab.dm +++ b/code/modules/mob/living/simple_animal/hostile/headcrab.dm @@ -41,7 +41,7 @@ health += 10 qdel(K) break - cycles = 0 + cycles = 0 cycles++ /mob/living/simple_animal/hostile/headcrab/OpenFire(atom/A)