mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Revert "Merge pull request #3965 from jack-fractal/dev"
This reverts commitfa57b76f25, reversing changes made to40ee2278ed. Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
@@ -422,8 +422,7 @@
|
||||
|
||||
/obj/item/weapon/camera_bug/attack_self(mob/usr as mob)
|
||||
var/list/cameras = new/list()
|
||||
|
||||
for (var/obj/machinery/camera/C in cameraNetwork.viewpoints)
|
||||
for (var/obj/machinery/camera/C in cameranet.cameras)
|
||||
if (C.bugged && C.status)
|
||||
cameras.Add(C)
|
||||
if (length(cameras) == 0)
|
||||
|
||||
Reference in New Issue
Block a user