Allows the holomenu to be read from any distance (#12781)

This commit is contained in:
Casper3667
2021-12-01 18:45:18 +01:00
committed by GitHub
parent 3d9ac5f416
commit 1afeff7954
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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 ..()