diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index cb383a7955f..8910b43237b 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -847,7 +847,6 @@ visible_message("[name] requests a highfive.", "You request a high five.") apply_status_effect(STATUS_EFFECT_HIGHFIVE) for(var/mob/living/L in orange(1)) - L.apply_status_effect(STATUS_EFFECT_HIGHFIVE) if(L.has_status_effect(STATUS_EFFECT_HIGHFIVE)) if((mind && mind.special_role == SPECIAL_ROLE_WIZARD) && (L.mind && L.mind.special_role == SPECIAL_ROLE_WIZARD)) visible_message("[name] and [L.name] high-five EPICALLY!")