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()