mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 13:02:02 +00:00
Adds *click and *clack (#12273)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user