mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Merge pull request #10465 from MarsM0nd/Radial_Implants
Radial Menu: Third time the charm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user