mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adds *prbt
Very important sound.
This commit is contained in:
@@ -227,3 +227,11 @@
|
||||
emote_message_1p_target = "You trill 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.
|
||||
|
||||
/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'
|
||||
|
||||
@@ -128,6 +128,7 @@ var/list/_human_default_emotes = list(
|
||||
/decl/emote/audible/spiderchitter,
|
||||
/decl/emote/audible/spiderpurr,
|
||||
|
||||
/decl/emote/audible/prbt,
|
||||
/decl/emote/visible/mlem,
|
||||
/decl/emote/visible/blep,
|
||||
|
||||
@@ -258,6 +259,7 @@ var/list/_simple_mob_default_emotes = list(
|
||||
/decl/emote/audible/spiderpurr,
|
||||
/decl/emote/visible/mlem,
|
||||
/decl/emote/visible/blep
|
||||
/decl/emote/audible/prbt
|
||||
)
|
||||
//VOREStation Add End
|
||||
|
||||
|
||||
BIN
sound/voice/prbt.ogg
Normal file
BIN
sound/voice/prbt.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user