From c727fcefe336273955c0f73d3a6ba18ecd0b9e2c Mon Sep 17 00:00:00 2001 From: Krausus Date: Mon, 4 May 2015 05:11:34 -0400 Subject: [PATCH] Fixes magnetic gripper not gripping new frames --- 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 ea9ff45b5a6..571beea1048 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_items.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_items.dm @@ -18,6 +18,8 @@ /obj/item/mounted/frame/apc_frame, /obj/item/mounted/frame/alarm_frame, /obj/item/mounted/frame/firealarm, + /obj/item/mounted/frame/newscaster_frame, + /obj/item/mounted/frame/intercom, /obj/item/weapon/table_parts, /obj/item/weapon/rack_parts, /obj/item/weapon/camera_assembly,