Removes most hard-coded z level checks

This commit is contained in:
Crazylemon64
2016-07-31 21:29:03 -07:00
parent f54de64a73
commit bf2bcbce67
122 changed files with 325 additions and 410 deletions
+1 -2
View File
@@ -181,8 +181,7 @@
//proc/camera_list(var/datum/file/camnet_key/key)
get_machines(var/datum/file/camnet_key/key)
// TODO: Tie into space manager
if(!computer || computer.z > ZLEVEL_DERELICT)
if(!computer || !is_away_level(computer.z))
return null
var/list/L = list()