From d31285cb1bfca5508fdad12c897e22b9fa9c8850 Mon Sep 17 00:00:00 2001 From: Xhuis Date: Thu, 17 Aug 2017 12:00:10 -0400 Subject: [PATCH] Removes the chat message from *spin --- code/modules/mob/living/emote.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 39b97c6aa6e..13f9577ddd1 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -465,7 +465,6 @@ /datum/emote/living/spin key = "spin" key_third_person = "spins" - message = "spins around dizzily!" /datum/emote/living/spin/run_emote(mob/user) user.spin(20, 1)