From fb09e14c43c355b2a5c3ddd0ca06733ed954445f Mon Sep 17 00:00:00 2001 From: doom Date: Thu, 21 Dec 2023 12:40:23 -0800 Subject: [PATCH] copy pasta --- code/modules/mob/living/carbon/human/emote.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 5b3a50b0c3a2..b69580870344 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -256,8 +256,6 @@ return get_sfx("male_panic_scream") else return get_sfx("female_panic_scream") - if(isyautja(user)) - return get_sfx("pred_pain") /datum/emote/living/carbon/human/scream/run_emote(mob/living/user, params, type_override, intentional) . = ..()