diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 0c9729d7dd..38ecd45242 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -52,7 +52,7 @@ /obj/machinery/computer/communications/Topic(href, href_list) if(..()) return 1 - if (using_map && !(src.z in using_map.station_z_levels)) //VOREStation Edit + if (using_map && !(src.z in using_map.station_levels)) //VOREStation Edit usr << "\red Unable to establish a connection: \black You're too far away from the station!" return usr.set_machine(src)