From 9ce84a827a0f2c0b2a92033c198eb2ede2b69104 Mon Sep 17 00:00:00 2001 From: FallingLights <48025618+FallingLights@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:11:48 +0200 Subject: [PATCH] Added prox_sensor to items list magnetic gripper (#20632) --- code/modules/mob/living/silicon/robot/drone/drone_items.dm | 1 + 1 file changed, 1 insertion(+) 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 483f185d0e4..750b62c62a2 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_items.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_items.dm @@ -26,6 +26,7 @@ /obj/item/mounted/frame/intercom, /obj/item/mounted/frame/extinguisher, /obj/item/mounted/frame/light_switch, + /obj/item/assembly/prox_sensor, /obj/item/rack_parts, /obj/item/camera_assembly, /obj/item/tank,