From e841801717fbb323b845124cb40842567ad9cdc7 Mon Sep 17 00:00:00 2001 From: Mars Date: Sun, 16 Dec 2018 21:17:49 +0100 Subject: [PATCH] Remove unneeded check. --- code/_onclick/hud/radial.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/hud/radial.dm b/code/_onclick/hud/radial.dm index d07a1dbff7c..c8ef4c344b1 100644 --- a/code/_onclick/hud/radial.dm +++ b/code/_onclick/hud/radial.dm @@ -79,7 +79,7 @@ GLOBAL_LIST_EMPTY(radial_menus) var/mob/living/carbon/H if(ishuman(user)) H = user - if((AM in user.client.screen) || !AM.screen_loc || (H && (AM in H.internal_organs))) + if((AM in user.client.screen) || (H && (AM in H.internal_organs))) if(hudfix_method) anchor = user else