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
This commit is contained in:
Kortgstation@gmail.com
2012-10-27 05:04:19 +00:00
parent 45a2d6cb64
commit f7ab60f359

View File

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