From 83be762aa6e733ec1e36085d75b007f48cb34057 Mon Sep 17 00:00:00 2001 From: Epoc <32695675+epochayur@users.noreply.github.com> Date: Thu, 25 Jan 2018 11:05:03 -0800 Subject: [PATCH] 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 b22d3fc13590d..025a574dddf30 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