mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-01 13:03:17 +00:00
Add *caw (#9503)
This commit is contained in:
@@ -186,7 +186,8 @@ var/list/_human_default_emotes = list(
|
||||
/decl/emote/audible/wawa,
|
||||
/decl/emote/audible/malehumanscream,
|
||||
/decl/emote/audible/scientist/scream,
|
||||
/decl/emote/audible/scientist/pain
|
||||
/decl/emote/audible/scientist/pain,
|
||||
/decl/emote/audible/caw
|
||||
//CHOMP Add end
|
||||
)
|
||||
|
||||
@@ -335,7 +336,8 @@ var/list/_simple_mob_default_emotes = list(
|
||||
/decl/emote/audible/mgeow,
|
||||
/decl/emote/audible/xenogrowl,
|
||||
/decl/emote/audible/xenohiss,
|
||||
/decl/emote/audible/xenopurr
|
||||
/decl/emote/audible/xenopurr,
|
||||
/decl/emote/audible/caw
|
||||
//CHOMP Add end
|
||||
)
|
||||
//VOREStation Add End
|
||||
|
||||
@@ -67,6 +67,14 @@
|
||||
emote_message_3p_target = "gwahs at TARGET."
|
||||
emote_sound = 'modular_chomp/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 = 'modular_chomp/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
modular_chomp/sound/voice/emotes/caw.ogg
Normal file
BIN
modular_chomp/sound/voice/emotes/caw.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user