From 3e30a60b9d46426b42fd45587bb27d4acde8f520 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:11:02 -0500 Subject: [PATCH] Change huff emote from *huffs to *huff (#2671) ## About The Pull Request Change key for huff emote from *huffs to *huff ## Why It's Good For The Game *huffs breaks the pattern that every other emote uses and I thought it was a custom emote people were doing because of it ## Proof Of Testing It compiles ## Changelog :cl: qol: *huffs has been changed to *huff. /:cl: --- modular_skyrat/modules/emote_panel/code/emote_panel.dm | 4 ++-- modular_skyrat/modules/emotes/code/emotes.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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!"