diff --git a/modular_skyrat/modules/emote_panel/code/emote_panel.dm b/modular_skyrat/modules/emote_panel/code/emote_panel.dm index d6fe970ed24..e795474a190 100644 --- a/modular_skyrat/modules/emote_panel/code/emote_panel.dm +++ b/modular_skyrat/modules/emote_panel/code/emote_panel.dm @@ -756,7 +756,7 @@ /mob/living/proc/emote_huff() set name = "~ Huff" set category = "Emotes+" - usr.emote("huffs", intentional = TRUE) + usr.emote("huff", intentional = TRUE) /mob/living/proc/emote_etwitch() set name = "~ Ears twitch" @@ -1023,4 +1023,4 @@ /mob/living/proc/emote_mggaow() set name = "> Mggaow" set category = "Emotes+" - usr.emote("mggaow", intentional = TRUE) \ No newline at end of file + usr.emote("mggaow", intentional = TRUE) diff --git a/modular_skyrat/modules/emotes/code/emotes.dm b/modular_skyrat/modules/emotes/code/emotes.dm index a82e4f2a06e..19c13aac7f5 100644 --- a/modular_skyrat/modules/emotes/code/emotes.dm +++ b/modular_skyrat/modules/emotes/code/emotes.dm @@ -332,7 +332,7 @@ message = "rolls their eyes." /datum/emote/living/huff - key = "huffs" + key = "huff" key_third_person = "huffs" message = "huffs!"