Merge pull request #4539 from CHOMPStation2/upstream-merge-13314

[MIRROR] Adds moth emotes
This commit is contained in:
Nadyr
2022-07-11 21:46:24 -04:00
committed by GitHub
4 changed files with 25 additions and 6 deletions

View File

@@ -144,6 +144,21 @@
key = "squeaky"
emote_message_3p = "squeaks."
emote_sound = 'sound/items/drop/plushie.ogg'
/decl/emote/audible/mothscream
key = "mothscream"
emote_message_3p ="screams"
emote_sound = 'sound/voice/moth/scream_moth.ogg'
/decl/emote/audible/mothchitter
key = "mothchitter"
emote_message_3p = "chitters"
emote_sound = 'sound/voice/moth/moth_chitter.ogg'
/decl/emote/audible/mothlaugh
key = "mothlaugh"
emote_message_3p = "laughs"
emote_sound = 'sound/voice/moth/moth_laugh.ogg'
/decl/emote/audible/gyoh
key = "gyoh"

View File

@@ -145,7 +145,11 @@ var/list/_human_default_emotes = list(
/decl/emote/audible/coyawoo4,
/decl/emote/audible/coyawoo5,
/decl/emote/audible/fennecscream,
/decl/emote/audible/zoom
/decl/emote/audible/zoom,
/decl/emote/audible/mothscream,
/decl/emote/audible/mothchitter,
/decl/emote/audible/mothlaugh
//VOREStation Add End
)

Binary file not shown.

Binary file not shown.