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

🆑
qol: *huffs has been changed to *huff.
/🆑
This commit is contained in:
Roxy
2024-12-11 19:11:02 +00:00
committed by GitHub
parent 0d46b90cb9
commit 3e30a60b9d
2 changed files with 3 additions and 3 deletions
@@ -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)
usr.emote("mggaow", intentional = TRUE)
+1 -1
View File
@@ -332,7 +332,7 @@
message = "rolls their eyes."
/datum/emote/living/huff
key = "huffs"
key = "huff"
key_third_person = "huffs"
message = "huffs!"