From b71d6f962d19d1937857d60b73b4ddad86780b18 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 26 Jan 2018 13:37:42 -0500 Subject: [PATCH 1/2] Merge pull request #34945 from epochayur/master Slows Simple Clowns --- .../modules/mob/living/simple_animal/hostile/retaliate/clown.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/clown.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/clown.dm index b22d3fc135..025a574ddd 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/clown.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/clown.dm @@ -16,7 +16,7 @@ a_intent = INTENT_HARM maxHealth = 75 health = 75 - speed = 0 + speed = 1 harm_intent_damage = 8 melee_damage_lower = 10 melee_damage_upper = 10