This commit is contained in:
Birdiest-Bird
2024-11-27 10:59:58 -03:00
committed by GitHub
parent 3ec8b0bd08
commit 17c4cd53a9
3 changed files with 12 additions and 2 deletions

View File

@@ -186,7 +186,8 @@ var/list/_human_default_emotes = list(
/decl/emote/audible/wawa, /decl/emote/audible/wawa,
/decl/emote/audible/malehumanscream, /decl/emote/audible/malehumanscream,
/decl/emote/audible/scientist/scream, /decl/emote/audible/scientist/scream,
/decl/emote/audible/scientist/pain /decl/emote/audible/scientist/pain,
/decl/emote/audible/caw
//CHOMP Add end //CHOMP Add end
) )
@@ -335,7 +336,8 @@ var/list/_simple_mob_default_emotes = list(
/decl/emote/audible/mgeow, /decl/emote/audible/mgeow,
/decl/emote/audible/xenogrowl, /decl/emote/audible/xenogrowl,
/decl/emote/audible/xenohiss, /decl/emote/audible/xenohiss,
/decl/emote/audible/xenopurr /decl/emote/audible/xenopurr,
/decl/emote/audible/caw
//CHOMP Add end //CHOMP Add end
) )
//VOREStation Add End //VOREStation Add End

View File

@@ -67,6 +67,14 @@
emote_message_3p_target = "gwahs at TARGET." emote_message_3p_target = "gwahs at TARGET."
emote_sound = 'modular_chomp/sound/voice/emotes/gwah.ogg' 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 /decl/emote/audible/wawa
key = "wawa" key = "wawa"
emote_message_1p = "You wawa." emote_message_1p = "You wawa."

Binary file not shown.