mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +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 ..()
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "The holomenu given to chefs and bartenders can now be read from any distance when examined."
|
||||
Reference in New Issue
Block a user