if prbt is so good why isnt there a prbt2

This commit is contained in:
BlackMajor
2022-07-21 23:34:06 +12:00
parent 3daf934af0
commit dedf7fd50b
3 changed files with 15 additions and 3 deletions

View File

@@ -148,9 +148,11 @@ var/list/_human_default_emotes = list(
/decl/emote/audible/zoom,
/decl/emote/audible/mothscream,
/decl/emote/audible/mothchitter,
/decl/emote/audible/mothlaugh
/decl/emote/audible/mothlaugh,
//VOREStation Add End
//CHOMP Add start
/decl/emote/audible/prbt2
//CHOMP Add end
)
//VOREStation Add Start
@@ -281,7 +283,10 @@ var/list/_simple_mob_default_emotes = list(
/decl/emote/audible/gyoh,
/decl/emote/audible/rumble,
/decl/emote/audible/fennecscream,
/decl/emote/audible/zoom
/decl/emote/audible/zoom,
//CHOMP Add start
/decl/emote/audible/prbt2
//CHOMP Add end
)
//VOREStation Add End

View File

@@ -1,3 +1,10 @@
/decl/emote/audible/wheeze
emote_sound = 'modular_chomp/sound/voice/wheeze.ogg'
/decl/emote/audible/prbt2
key = "prbt2"
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/prbt2.ogg'

BIN
sound/voice/prbt2.ogg Normal file

Binary file not shown.