mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Holomenus Examinable from a Distance (#18809)
makes holomenus readable from a distance.
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/holomenu/examine(mob/user, distance, is_adjacent)
|
||||
if(anchored && length(menu_text) && is_adjacent)
|
||||
if(anchored && length(menu_text))
|
||||
interact(user)
|
||||
return TRUE
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user