From 44a8defdb59eeacce84a7192ec362b780ad6fcb0 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Wed, 10 Jan 2018 00:41:44 -0500 Subject: [PATCH] try this --- code/modules/mob/living/carbon/human/emote.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index dac421e444f..8efadea43f4 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -846,6 +846,8 @@ if(has_status_effect(STATUS_EFFECT_HIGHFIVE)) for(var/mob/living/carbon/C in orange(1)) + if(!C) + visible_message("[name] was left hanging. Embarrassing.", "You are left hanging. How embarrassing!") if((mind.special_role == SPECIAL_ROLE_WIZARD) && (C.mind && (C.mind.special_role == SPECIAL_ROLE_WIZARD))) visible_message("[name] and [C.name] high-five EPICALLY!") status_flags |= GODMODE