diff --git a/modular_bandastation/emote_panel/code/emotes.dm b/modular_bandastation/emote_panel/code/emotes.dm index f403eca8e4cd6..13bc571146300 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 = "стонет!"