From 68c64eb9e188ba599fa093f362b9c9efc90e92a7 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 8 May 2017 13:19:33 -0400 Subject: [PATCH] Squash with earlier communication computer fix --- code/game/machinery/computer/communications.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)