mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Ensure computers work on centcom or when only one zlevel is accessible.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user