mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
if prbt is so good why isnt there a prbt2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
BIN
sound/voice/prbt2.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user