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:
hazelrat
2025-06-16 22:18:48 +00:00
committed by GitHub
parent 7290b4f289
commit 3bf8379ba2
5 changed files with 71 additions and 1 deletions
+3 -1
View File
@@ -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'