From 2980b37eba2344ba1ad6c37c8fe29e9937f501fe Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Fri, 2 Feb 2018 01:48:51 -0500 Subject: [PATCH] removes debug line --- code/modules/mob/living/carbon/human/emote.dm | 1 - 1 file changed, 1 deletion(-) 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!")