From ec8e82772dfb2f461031612912697d4951af044f Mon Sep 17 00:00:00 2001 From: larentoun <31931237+larentoun@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:56:16 +0300 Subject: [PATCH] fix ci? (#222) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request эмоуты мои эмоуты --- modular_bandastation/emote_panel/code/emotes.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modular_bandastation/emote_panel/code/emotes.dm b/modular_bandastation/emote_panel/code/emotes.dm index f403eca8e4cd69..13bc5711463009 100644 --- a/modular_bandastation/emote_panel/code/emotes.dm +++ b/modular_bandastation/emote_panel/code/emotes.dm @@ -49,11 +49,6 @@ name = "упасть" message = "падает!" -/datum/emote/living/cough - name = "покашлять" - message = "кашляет!" - message_mime = "изображает преувеличенный кашель!" - /datum/emote/living/dance name = "танцевать" message = "радостно танцует." @@ -332,6 +327,11 @@ /datum/emote/living/carbon/circle name = "рука (кольцо)" +/datum/emote/living/carbon/cough + name = "покашлять" + message = "кашляет!" + message_mime = "изображает преувеличенный кашель!" + /datum/emote/living/carbon/moan name = "стонать" message = "стонет!"