mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
[MIRROR] Allows borgs to open the grid checker UI (#12883)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
47a092a81a
commit
40f9c81490
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user