From 999c921f63a7acfa9d4b21eb794e8676371e29bf Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 21 Aug 2017 21:54:24 -0500 Subject: [PATCH] Removes the chat message from *spin (#2428) --- 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 ff37b85800..d81c4ae0cd 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)