mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Removes most hard-coded z level checks
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user