Adds *prbt

Very important sound.
This commit is contained in:
Raeschen
2021-08-16 11:05:09 +02:00
parent e7d5ca8de7
commit b6ac8b4939
3 changed files with 10 additions and 0 deletions

View File

@@ -227,3 +227,11 @@
emote_message_1p_target = "You trill at TARGET." emote_message_1p_target = "You trill at TARGET."
emote_message_3p_target = "trills at TARGET." emote_message_3p_target = "trills at TARGET."
emote_sound = 'sound/voice/teshtrill.ogg' // Copyright CC BY-NC 3.0 Arnaud Coutancier (freesound.org) for the source audio. emote_sound = 'sound/voice/teshtrill.ogg' // Copyright CC BY-NC 3.0 Arnaud Coutancier (freesound.org) for the source audio.
/decl/emote/audible/prbt
key = "prbt"
emote_message_1p = "You prbt."
emote_message_3p = "prbts."
emote_message_1p_target = "You prbt at TARGET."
emote_message_3p_target = "prbts at TARGET."
emote_sound = 'sound/voice/prbt.ogg'

View File

@@ -128,6 +128,7 @@ var/list/_human_default_emotes = list(
/decl/emote/audible/spiderchitter, /decl/emote/audible/spiderchitter,
/decl/emote/audible/spiderpurr, /decl/emote/audible/spiderpurr,
/decl/emote/audible/prbt,
/decl/emote/visible/mlem, /decl/emote/visible/mlem,
/decl/emote/visible/blep, /decl/emote/visible/blep,
@@ -258,6 +259,7 @@ var/list/_simple_mob_default_emotes = list(
/decl/emote/audible/spiderpurr, /decl/emote/audible/spiderpurr,
/decl/emote/visible/mlem, /decl/emote/visible/mlem,
/decl/emote/visible/blep /decl/emote/visible/blep
/decl/emote/audible/prbt
) )
//VOREStation Add End //VOREStation Add End

BIN
sound/voice/prbt.ogg Normal file

Binary file not shown.