Adds Hyena Cackle Emote - Standalone

This allows for merging this separately/earlier than #8658.

Adds a hyena cackle emote for all our yeen friends out there.

YEENS ARE NOT ALL STIMKY. :U
This commit is contained in:
Rykka
2020-08-11 08:25:09 -04:00
parent 61f7b2a866
commit 4b4eaa428f
2 changed files with 4 additions and 0 deletions
@@ -150,6 +150,10 @@
message = "lets out a gao."
m_type = 2
playsound(src, 'sound/voice/gao.ogg', 50, 0, preference = /datum/client_preference/emote_noises)
if("cackle")
message = "cackles hysterically!"
m_type = 2
playsound(src, 'sound/voice/YeenCackle.ogg', 50, 0, preference = /datum/client_preference/emote_noises)
if("nsay")
nsay()
return TRUE
Binary file not shown.