diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 45312b9691..3d7f6fa2fd 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -2,6 +2,7 @@ var/global/list/_human_default_emotes = list( /decl/emote/visible/blink, /decl/emote/audible/synth, /decl/emote/audible/synth/ping, + /decl/emote/audible/synth/bing, /decl/emote/audible/synth/buzz, /decl/emote/audible/synth/confirm, /decl/emote/audible/synth/deny,