mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Bird up. Added 3 cawing emotes for the crows lover (#18469)
* Adds crow caws. 2 single versions, and one where you caw multiple times. * Added copyright information for the 2 sounds * Also adds GWAH
This commit is contained in:
@@ -176,7 +176,12 @@ var/list/_human_default_emotes = list(
|
||||
/decl/emote/audible/lwarble,
|
||||
/decl/emote/audible/croak_skrell,
|
||||
/decl/emote/audible/roarbark,
|
||||
/decl/emote/audible/dook
|
||||
/decl/emote/audible/dook,
|
||||
/decl/emote/audible/caw,
|
||||
/decl/emote/audible/caw2,
|
||||
/decl/emote/audible/caw_m,
|
||||
/decl/emote/audible/gwah
|
||||
|
||||
|
||||
//VOREStation Add End
|
||||
)
|
||||
@@ -321,7 +326,11 @@ var/list/_simple_mob_default_emotes = list(
|
||||
/decl/emote/audible/vox_shriek,
|
||||
/decl/emote/audible/purr,
|
||||
/decl/emote/audible/purrlong,
|
||||
/decl/emote/audible/dook
|
||||
/decl/emote/audible/dook,
|
||||
/decl/emote/audible/caw,
|
||||
/decl/emote/audible/caw2,
|
||||
/decl/emote/audible/caw_m,
|
||||
/decl/emote/audible/gwah
|
||||
|
||||
)
|
||||
//VOREStation Add End
|
||||
|
||||
Reference in New Issue
Block a user