Merge pull request #1250 from Citadel-Station-13/upstream-merge-27778

[MIRROR] Comm Console Fix
This commit is contained in:
LetterJay
2017-05-28 14:31:13 -05:00
committed by GitHub
@@ -54,7 +54,7 @@
/obj/machinery/computer/communications/Topic(href, href_list)
if(..())
return
if (src.z > ZLEVEL_CENTCOM) //Can only use on centcom and SS13
if (z != ZLEVEL_STATION && z != ZLEVEL_CENTCOM) //Can only use on centcom and SS13
to_chat(usr, "<span class='boldannounce'>Unable to establish a connection</span>: \black You're too far away from the station!")
return
usr.set_machine(src)