From e9dbed994cc58378d507f6a7b82c1eeb7e7170f1 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 38666f80d6f..2907ecd2ae4 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