From 7df0403a13ce1cfe865ba423aa55f9f39fff2a98 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Tue, 18 Jul 2023 22:03:40 +0100 Subject: [PATCH] Allows FBPs to bing again. --- code/modules/mob/living/carbon/human/emote.dm | 1 + 1 file changed, 1 insertion(+) 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,