mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Adds a new Skrell audible emote (#20823)
Adds the *peep emote, ported from [Baystation](https://github.com/Baystation12/Baystation12/blob/dev/sound/skrell/peep1.ogg), available for Skrell, at request of Stripes in froglore. Original source is [here!](https://freesound.org/people/Lauraforero0921/sounds/586009/)
This commit is contained in:
@@ -94,5 +94,7 @@
|
||||
/singleton/emote/audible/warble,
|
||||
/singleton/emote/audible/croon,
|
||||
/singleton/emote/audible/lowarble,
|
||||
/singleton/emote/audible/croak
|
||||
/singleton/emote/audible/croak,
|
||||
/singleton/emote/audible/peep,
|
||||
/singleton/emote/audible/puff
|
||||
)
|
||||
|
||||
@@ -284,3 +284,13 @@
|
||||
key = "croak"
|
||||
emote_message_3p = "USER croaks!"
|
||||
emote_sound = 'sound/voice/croak.ogg'
|
||||
|
||||
/singleton/emote/audible/peep
|
||||
key = "peep"
|
||||
emote_message_3p = "USER vocalizes a sharp chirp!"
|
||||
emote_sound = 'sound/voice/peep1.ogg'
|
||||
|
||||
/singleton/emote/audible/puff
|
||||
key = "puff"
|
||||
emote_message_3p = "USER puffs up their cheeks with air!"
|
||||
emote_sound = 'sound/voice/puff.ogg'
|
||||
|
||||
Reference in New Issue
Block a user