ZLEVEL_CENTCOM

This commit is contained in:
Ikarrus
2015-06-13 10:39:01 -06:00
parent e1c99bc27a
commit 6bafd88ced
@@ -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 << "<span class='boldannounce'>Unable to establish a connection</span>: \black You're too far away from the station!"
return
usr.set_machine(src)