mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Adds Coyote Awoo audible emote
Literally all it does. *coyawoo x lets out a scraggly awoo.
This commit is contained in:
4
code/modules/emotes/definitions/audible_furry_ch.dm
Normal file
4
code/modules/emotes/definitions/audible_furry_ch.dm
Normal 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'
|
||||||
@@ -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
BIN
sound/voice/coyoteawoo.ogg
Normal file
Binary file not shown.
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user