Merge pull request #9936 from Ikarrus/usecommsoncentcom

You can use the communications console on Z2
This commit is contained in:
phil235
2015-06-17 13:58:34 +02:00
@@ -50,7 +50,7 @@ var/const/CALL_SHUTTLE_REASON_LENGTH = 12
/obj/machinery/computer/communications/Topic(href, href_list)
if(..())
return
if (src.z > ZLEVEL_STATION)
if (src.z > ZLEVEL_CENTCOM) //Can only use on centcom and SS13
usr << "<span class='boldannounce'>Unable to establish a connection</span>: \black You're too far away from the station!"
return
usr.set_machine(src)