Adds *click and *clack (#12273)

This commit is contained in:
flpfs
2021-08-02 17:24:11 -03:00
committed by GitHub
parent ffc13d6a71
commit e0e2aa55f0
5 changed files with 54 additions and 2 deletions

View File

@@ -58,7 +58,9 @@
/decl/emote/audible/hiss,
/decl/emote/audible/chitter,
/decl/emote/audible/shriek,
/decl/emote/audible/screech
/decl/emote/audible/screech,
/decl/emote/audible/click,
/decl/emote/audible/clack
)
pain_emotes_with_pain_level = list(
list(/decl/emote/audible/screech, /decl/emote/audible/shriek) = 70,

View File

@@ -66,6 +66,15 @@
emote_message_3p = "USER chitters."
emote_sound = list('sound/voice/chitter1.ogg', 'sound/voice/chitter2.ogg', 'sound/voice/chitter3.ogg')
/decl/emote/audible/click
key = "click"
emote_message_3p = "USER clicks USER_THEIR mandibles together."
emote_sound = 'sound/voice/bugclick.ogg'
/decl/emote/audible/clack
key = "clack"
emote_message_3p = "USER clacks USER_THEIR mandibles together."
emote_sound = 'sound/voice/bugclack.ogg'
/decl/emote/audible/shriek
key = "shriek"
emote_message_3p = "USER shrieks!"
@@ -245,4 +254,4 @@
/decl/emote/audible/warble
key = "warble"
emote_message_3p = "USER warbles!"
emote_sound = 'sound/voice/warble.ogg'
emote_sound = 'sound/voice/warble.ogg'