mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Fixes radial implants
This commit is contained in:
@@ -76,7 +76,10 @@ GLOBAL_LIST_EMPTY(radial_menus)
|
||||
var/atom/movable/AM = anchor
|
||||
if(!istype(AM))
|
||||
return
|
||||
if((AM in user.client.screen) || !AM.screen_loc)
|
||||
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(hudfix_method)
|
||||
anchor = user
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user