[s] Cameranet fixes (#35733)

This commit is contained in:
ShizCalev
2018-02-21 08:30:27 -05:00
committed by CitadelStationBot
parent 1724781d73
commit d2ba2bf0c1
23 changed files with 848 additions and 1183 deletions
@@ -76,7 +76,7 @@
for(var/obj/machinery/camera/camera in GLOB.cameranet.cameras)
if(camera.stat || !camera.can_use())
continue
if(length(list("SS13","MINE")&camera.network))
if(length(list("ss13","mine")&camera.network))
bugged_cameras[camera.c_tag] = camera
sortList(bugged_cameras)
return bugged_cameras