From 29fac4e05c418db5b9d43e1fff5a659b201bb941 Mon Sep 17 00:00:00 2001 From: mwerezak Date: Mon, 2 Jun 2014 20:13:23 -0400 Subject: [PATCH] Adds drone cameras to engineering network --- code/modules/mob/living/silicon/robot/drone/drone.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index 607c588f6b..64b7bd53d6 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -31,6 +31,9 @@ ..() + if(camera && "Robots" in camera.network) + camera.network.Add("Engineering") + //They are unable to be upgraded, so let's give them a bit of a better battery. cell.maxcharge = 10000 cell.charge = 10000