mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
Adds FerretDook.ogg and the emote dook
Adds a ferret dooking emote.
This commit is contained in:
@@ -243,3 +243,8 @@
|
||||
key = "roarbark"
|
||||
emote_message_3p = "lets out a roar-bark!"
|
||||
emote_sound = 'sound/voice/roarbark.ogg'
|
||||
|
||||
/decl/emote/audible/dook
|
||||
key = "dook"
|
||||
emote_message_3p = "dooks."
|
||||
emote_sound = 'sound/voice/FerretDook.ogg'
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user