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 )