From 893b1c633f1b2f682c6045c09e7b6a879a33924a Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sat, 17 May 2014 13:45:02 +0930 Subject: [PATCH] Added computer boards and gas tanks to the drone gripper (oversight). --- code/modules/mob/living/silicon/robot/drone/drone_items.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/silicon/robot/drone/drone_items.dm b/code/modules/mob/living/silicon/robot/drone/drone_items.dm index f7314e5b5d6..ac3522a0853 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_items.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_items.dm @@ -21,6 +21,8 @@ /obj/item/weapon/table_parts, /obj/item/weapon/rack_parts, /obj/item/weapon/camera_assembly, + /obj/item/weapon/tank, + /obj/item/weapon/circuitboard ) //Item currently being held.