From f7ab60f359ab5ff6b3eab9c19ad8db61f06bdab4 Mon Sep 17 00:00:00 2001 From: "Kortgstation@gmail.com" Date: Sat, 27 Oct 2012 05:04:19 +0000 Subject: [PATCH] Communications consoles will only work on Z1 (on SS13). No more cultists holding the server hostage forever from their space fort. Not fun for anyone but them. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4966 316c924e-a436-60f5-8080-3fe189b3f50e --- 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 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)