diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index cf808a8f258..d79896f82dd 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -86,8 +86,7 @@ m_type = 2 if ("flip") - if (!src.restrained() || src.resting || src.sleeping) - src << "You do a flip!" + if (!src.restrained() || !src.resting || !src.sleeping) src.SpinAnimation(7,1) m_type = 2