mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Bird up. Added 3 cawing emotes for the crows lover (#11650)
Co-authored-by: nesquik <24830358+lbnesquik@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e600154185
commit
df5f77880a
@@ -231,6 +231,31 @@
|
||||
emote_message_3p = "SHRIEKS!"
|
||||
emote_sound = 'sound/voice/shriek1.ogg'
|
||||
|
||||
/decl/emote/audible/caw
|
||||
key = "caw"
|
||||
emote_message_1p = "You caw!"
|
||||
emote_message_3p = "caws!"
|
||||
emote_message_1p_target = "You caw at TARGET."
|
||||
emote_message_3p_target = "caws at TARGET."
|
||||
emote_sound = 'sound/voice/emotes/caw1.ogg' // Copyright Sampling+ 1.0 Vixuxx (freesound.org) for the source audio.
|
||||
|
||||
/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."
|
||||
|
||||
@@ -177,6 +177,10 @@ var/list/_human_default_emotes = list(
|
||||
/decl/emote/audible/croak_skrell,
|
||||
/decl/emote/audible/roarbark,
|
||||
/decl/emote/audible/dook,
|
||||
/decl/emote/audible/caw,
|
||||
/decl/emote/audible/caw2,
|
||||
/decl/emote/audible/caw_m,
|
||||
/decl/emote/audible/gwah,
|
||||
//VOREStation Add End
|
||||
//CHOMP Add start
|
||||
/decl/emote/audible/prbt2,
|
||||
@@ -339,6 +343,10 @@ var/list/_simple_mob_default_emotes = list(
|
||||
/decl/emote/audible/purr,
|
||||
/decl/emote/audible/purrlong,
|
||||
/decl/emote/audible/dook,
|
||||
/decl/emote/audible/caw,
|
||||
/decl/emote/audible/caw2,
|
||||
/decl/emote/audible/caw_m,
|
||||
/decl/emote/audible/gwah,
|
||||
//CHOMP Add start
|
||||
/decl/emote/audible/prbt2,
|
||||
/decl/emote/audible/pain,
|
||||
|
||||
@@ -67,14 +67,6 @@
|
||||
emote_message_3p_target = "gwahs at TARGET."
|
||||
emote_sound = 'sound/voice/emotes/gwah.ogg'
|
||||
|
||||
/decl/emote/audible/caw
|
||||
key = "caw"
|
||||
emote_message_1p = "You caw!"
|
||||
emote_message_3p = "caws!"
|
||||
emote_message_1p_target = "You caw at TARGET."
|
||||
emote_message_3p_target = "caws at TARGET."
|
||||
emote_sound = 'sound/voice/emotes/caw.ogg' // Copyright Sampling+ 1.0 Vixuxx (freesound.org) for the source audio.
|
||||
|
||||
/decl/emote/audible/wawa
|
||||
key = "wawa"
|
||||
emote_message_1p = "You wawa."
|
||||
|
||||
BIN
sound/voice/emotes/caw2.ogg
Normal file
BIN
sound/voice/emotes/caw2.ogg
Normal file
Binary file not shown.
BIN
sound/voice/emotes/caw_multiple.ogg
Normal file
BIN
sound/voice/emotes/caw_multiple.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user