Ensure computers work on centcom or when only one zlevel is accessible.

This commit is contained in:
Leshana
2017-05-21 22:54:42 -04:00
parent 4adbb14de3
commit d41f6cce04
6 changed files with 8 additions and 6 deletions

View File

@@ -56,7 +56,7 @@
/obj/machinery/computer/secure_data/attack_hand(mob/user as mob)
if(..())
return
if (using_map && !(src.z in using_map.station_levels))
if (using_map && !(src.z in using_map.contact_levels))
user << "<span class='warning'>Unable to establish a connection:</span> You're too far away from the station!"
return
var/dat