Adds FerretDook.ogg and the emote dook

Adds a ferret dooking emote.
This commit is contained in:
Wulf
2023-04-16 16:34:12 -05:00
parent c040fff880
commit f619c8a5dd
3 changed files with 9 additions and 2 deletions
@@ -171,7 +171,8 @@ var/list/_human_default_emotes = list(
/decl/emote/audible/croon,
/decl/emote/audible/lwarble,
/decl/emote/audible/croak_skrell,
/decl/emote/audible/roarbark
/decl/emote/audible/roarbark,
/decl/emote/audible/dook
//VOREStation Add End
)
@@ -313,7 +314,8 @@ var/list/_simple_mob_default_emotes = list(
/decl/emote/audible/warble,
/decl/emote/audible/vox_shriek,
/decl/emote/audible/purr,
/decl/emote/audible/purrlong
/decl/emote/audible/purrlong,
/decl/emote/audible/dook
)
//VOREStation Add End