Holomenus Examinable from a Distance (#18809)

makes holomenus readable from a distance.
This commit is contained in:
SleepyGemmy
2024-04-01 21:42:21 +00:00
committed by GitHub
parent ff7f198128
commit f1341c675a
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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