Merge pull request #10465 from MarsM0nd/Radial_Implants

Radial Menu: Third time the charm
This commit is contained in:
variableundefined
2018-12-17 10:08:47 +08:00
committed by GitHub
+1 -1
View File
@@ -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