Adds Coyote Awoo audible emote

Literally all it does.
*coyawoo
x lets out a scraggly awoo.
This commit is contained in:
Rykka
2022-03-08 14:07:54 -07:00
parent 24ab121e7d
commit e4265e49c9
4 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
/decl/emote/audible/coyawoo
key = "coyawoo"
emote_message_3p = "lets out a scraggly awoo."
emote_sound = 'sound/voice/coyoteawoo.ogg'

View File

@@ -136,8 +136,11 @@ var/list/_human_default_emotes = list(
/decl/emote/helper/vflap, /decl/emote/helper/vflap,
/decl/emote/audible/prbt, /decl/emote/audible/prbt,
/decl/emote/audible/gyoh, /decl/emote/audible/gyoh,
/decl/emote/audible/rumble /decl/emote/audible/rumble,
//VOREStation Add End //VOREStation Add End
//CHOMPStation Add Start
/decl/emote/audible/coyawoo
//CHOMPStation End Start
) )
//VOREStation Add Start //VOREStation Add Start

BIN
sound/voice/coyoteawoo.ogg Normal file

Binary file not shown.

View File

@@ -2289,6 +2289,7 @@
#include "code\modules\emotes\definitions\audible.dm" #include "code\modules\emotes\definitions\audible.dm"
#include "code\modules\emotes\definitions\audible_belch.dm" #include "code\modules\emotes\definitions\audible_belch.dm"
#include "code\modules\emotes\definitions\audible_cough.dm" #include "code\modules\emotes\definitions\audible_cough.dm"
#include "code\modules\emotes\definitions\audible_furry_ch.dm"
#include "code\modules\emotes\definitions\audible_furry_vr.dm" #include "code\modules\emotes\definitions\audible_furry_vr.dm"
#include "code\modules\emotes\definitions\audible_scream.dm" #include "code\modules\emotes\definitions\audible_scream.dm"
#include "code\modules\emotes\definitions\audible_scream_ch.dm" #include "code\modules\emotes\definitions\audible_scream_ch.dm"