From 40f9c814904994dbadf12a2bd7ba2128188726cf Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:51:06 -0700 Subject: [PATCH] [MIRROR] Allows borgs to open the grid checker UI (#12883) Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> --- code/modules/power/grid_checker.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/power/grid_checker.dm b/code/modules/power/grid_checker.dm index 6bf4f17e4a..eabbcc0f02 100644 --- a/code/modules/power/grid_checker.dm +++ b/code/modules/power/grid_checker.dm @@ -45,6 +45,9 @@ else if(istype(W, /obj/item/multitool) || W.has_tool_quality(TOOL_WIRECUTTER)) attack_hand(user) +/obj/machinery/power/grid_checker/attack_robot(mob/living/user) + interact(user) + /obj/machinery/power/grid_checker/attack_hand(mob/user) if(!user) return