From 73f6416bd154017c6549a524fb63e4064b79bb47 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Thu, 24 Dec 2015 04:00:55 -0600 Subject: [PATCH] Fixes illusions running about on their face --- code/modules/mob/living/simple_animal/hostile/illusion.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/hostile/illusion.dm b/code/modules/mob/living/simple_animal/hostile/illusion.dm index b16ef6d9207..e82dafb9781 100644 --- a/code/modules/mob/living/simple_animal/hostile/illusion.dm +++ b/code/modules/mob/living/simple_animal/hostile/illusion.dm @@ -33,6 +33,8 @@ melee_damage_upper = damage multiply_chance = replicate faction -= "neutral" + transform = matrix() + pixel_y = 0 /mob/living/simple_animal/hostile/illusion/death()