mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #14686 from VOREStation/upstream-merge-9033
[MIRROR] *bing
This commit is contained in:
committed by
CHOMPStation2
parent
af6e26cfe2
commit
064cb5be8d
@@ -14,6 +14,11 @@
|
||||
emote_sound = 'sound/machines/twobeep.ogg'
|
||||
sound_vary = FALSE
|
||||
|
||||
/decl/emote/audible/synth/bing
|
||||
key = "bing"
|
||||
emote_message_3p = "bings."
|
||||
emote_sound = 'sound/machines/ping.ogg'
|
||||
|
||||
/decl/emote/audible/synth/buzz
|
||||
key = "buzz"
|
||||
emote_message_3p = "buzzes."
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
var/list/_silicon_default_emotes = list(
|
||||
/decl/emote/audible/synth,
|
||||
/decl/emote/audible/synth/beep,
|
||||
/decl/emote/audible/synth/bing,
|
||||
/decl/emote/audible/synth/buzz,
|
||||
/decl/emote/audible/synth/confirm,
|
||||
/decl/emote/audible/synth/deny,
|
||||
|
||||
@@ -17,6 +17,7 @@ var/list/_robot_default_emotes = list(
|
||||
/decl/emote/visible/sidestep,
|
||||
/decl/emote/audible/synth,
|
||||
/decl/emote/audible/synth/beep,
|
||||
/decl/emote/audible/synth/bing,
|
||||
/decl/emote/audible/synth/buzz,
|
||||
/decl/emote/audible/synth/confirm,
|
||||
/decl/emote/audible/synth/deny,
|
||||
|
||||
Reference in New Issue
Block a user