mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Integrates the z level manager with the space transition system
This commit is contained in:
@@ -181,7 +181,8 @@
|
||||
|
||||
//proc/camera_list(var/datum/file/camnet_key/key)
|
||||
get_machines(var/datum/file/camnet_key/key)
|
||||
if(!computer || computer.z > 6)
|
||||
// TODO: Tie into space manager
|
||||
if(!computer || computer.z > ZLEVEL_DERELICT)
|
||||
return null
|
||||
|
||||
var/list/L = list()
|
||||
|
||||
Reference in New Issue
Block a user