mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +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:
@@ -227,6 +227,28 @@
|
||||
emote_message_3p = "SHRIEKS!"
|
||||
emote_sound = 'sound/voice/shriek1.ogg'
|
||||
|
||||
/decl/emote/audible/caw
|
||||
key = "caw"
|
||||
emote_message_3p = "caws."
|
||||
emote_sound = 'sound/voice/emotes/caw1.ogg'
|
||||
|
||||
/decl/emote/audible/caw2
|
||||
key = "caw2"
|
||||
emote_message_3p = "caws."
|
||||
emote_sound = 'sound/voice/emotes/caw2.ogg' // Copyright CC0 1.0 Universal, by Jofae on freesound.org.
|
||||
|
||||
|
||||
/decl/emote/audible/caw_m
|
||||
key = "caw_m"
|
||||
emote_message_3p = "caws multiple times."
|
||||
emote_sound = 'sound/voice/emotes/caw_multiple.ogg' // Copyright CC0 1.0 Universal, by Ambientsoundapp on freesound.org.
|
||||
|
||||
/decl/emote/audible/gwah
|
||||
key = "gwah"
|
||||
emote_message_3p = "gwah."
|
||||
emote_sound = 'sound/voice/emotes/gwah.ogg' // Copyright CC0 1.0 Universal, by Ambientsoundapp on freesound.org.
|
||||
|
||||
|
||||
/decl/emote/audible/purr
|
||||
key = "purr"
|
||||
emote_message_3p = "purrs."
|
||||
|
||||
Reference in New Issue
Block a user