From 6bafd88ced8afcab347dccafabde2ba3f4bdb3a3 Mon Sep 17 00:00:00 2001 From: Ikarrus Date: Sat, 13 Jun 2015 10:39:01 -0600 Subject: [PATCH] ZLEVEL_CENTCOM --- 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 ce45b070253..1279f4ac9d0 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -49,7 +49,7 @@ var/const/CALL_SHUTTLE_REASON_LENGTH = 12 /obj/machinery/computer/communications/Topic(href, href_list) if(..()) return - if (src.z > 2) //Can only use on centcom and SS13 + if (src.z > ZLEVEL_CENTCOM) //Can only use on centcom and SS13 usr << "Unable to establish a connection: \black You're too far away from the station!" return usr.set_machine(src)