Merge pull request #6998 from Citadel-Station-13/upstream-merge-38249

[MIRROR] Fixes comms consoles thinking the transit is on centcom
This commit is contained in:
LetterJay
2018-06-03 16:21:19 -05:00
committed by GitHub
@@ -51,7 +51,7 @@
/obj/machinery/computer/communications/Topic(href, href_list)
if(..())
return
if(!is_station_level(z) && !is_centcom_level(z)) //Can only use on centcom and SS13
if(!is_station_level(z) && !is_transit_level(z)) //Can only use in transit and on 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)