diff --git a/code/modules/mob/living/simple_animal/guardian/types/support.dm b/code/modules/mob/living/simple_animal/guardian/types/support.dm
index 3d7ae48443..4b5f7c2de5 100644
--- a/code/modules/mob/living/simple_animal/guardian/types/support.dm
+++ b/code/modules/mob/living/simple_animal/guardian/types/support.dm
@@ -130,7 +130,7 @@
to_chat(src, "You begin to warp [A].")
A.visible_message("[A] starts to glow faintly!", \
"You start to faintly glow, and you feel strangely weightless!")
- do_attack_animation(A, null, 1)
+ do_attack_animation(A)
if(!do_mob(src, A, 60)) //now start the channel
to_chat(src, "You need to hold still!")