mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
Allows the holomenu to be read from any distance (#12781)
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/holomenu/examine(mob/user, distance)
|
||||
if(anchored && length(menu_text) && Adjacent(user))
|
||||
if(anchored && length(menu_text))
|
||||
interact(user)
|
||||
return
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user