From e0a79c11b4653a77e96c5d4807a4c045ce90227f Mon Sep 17 00:00:00 2001 From: Kyep <16434066+Kyep@users.noreply.github.com> Date: Sat, 22 Dec 2018 16:17:31 +0000 Subject: [PATCH] typo --- .../mob/living/simple_animal/hostile/retaliate/kangaroo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/kangaroo.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/kangaroo.dm index abaeb4b4349..bcf6c4e0103 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/kangaroo.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/kangaroo.dm @@ -35,7 +35,7 @@ if(attack_cycles < attack_cycles_max) // Most of the time, do a standard attack... return ..() - // ... but on every attack_cycles_max attacks, do a powerful disemboweling kick attack instead + // ... but, every attack_cycles_max attacks, do a powerful disemboweling kick instead attack_cycles = 0 attacktext = "VICIOUSLY KICKS" melee_damage_lower = 60