diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 11503bece4..43a0113939 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -43,7 +43,7 @@ /obj/machinery/computer/communications/Topic(href, href_list) if(..()) return - if (src.z > 6) + if (src.z > 1) usr << "\red Unable to establish a connection: \black You're too far away from the station!" return usr.set_machine(src)