diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index f9ec79031c9..36f8b5bbb22 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -64,7 +64,7 @@ if(!issilent(user) && (M_HARDCORE in user.mutations)) message = "whispers with their final breath, 'i told u i was hardcore..'" . = ..() - if(. && isalienadult(user)) + if(params && isalienadult(user)) playsound(user.loc, 'sound/voice/hiss6.ogg', 80, 1, 1) if (. && user.stat == UNCONSCIOUS && !params) user.succumb_proc(0, 1)