Communications computer fix

Stupid code. Why would you do that.
Reference using_map instead of hard coding z levels.
This commit is contained in:
Arokha Sieyes
2017-05-08 03:22:20 -04:00
committed by Leshana
parent dfecfe34e6
commit 71feaa4f8f

View File

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