From 0c00ee9fd0da97b17a1032d347e79d0cdf8615ff Mon Sep 17 00:00:00 2001 From: lm40 Date: Wed, 12 May 2021 13:26:26 -0400 Subject: [PATCH] Update emote.dm --- code/modules/mob/living/carbon/human/emote.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index a705f034506..731e72e1698 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -129,7 +129,8 @@ var/list/_human_default_emotes = list( /decl/emote/visible/blep, /decl/emote/helper/vwag, - /decl/emote/helper/vflap + /decl/emote/helper/vflap, + /decl/emote/audible/squish //VOREStation Add End )