Merge pull request #14686 from VOREStation/upstream-merge-9033

[MIRROR] *bing
This commit is contained in:
Heroman3003
2023-03-14 18:13:22 +10:00
committed by CHOMPStation2
parent af6e26cfe2
commit 064cb5be8d
3 changed files with 8 additions and 1 deletions

View File

@@ -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."

View File

@@ -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,

View File

@@ -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,