From 960fe45410e6df9517008d63372b1a03c405d43e Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Sun, 5 Jul 2020 01:44:57 -0500 Subject: [PATCH] actually I wanted to keep the attack hand bit --- .../power/singularity/particle_accelerator/particle_control.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/power/singularity/particle_accelerator/particle_control.dm b/code/modules/power/singularity/particle_accelerator/particle_control.dm index 19f0a84596c..9c3ca5f523c 100644 --- a/code/modules/power/singularity/particle_accelerator/particle_control.dm +++ b/code/modules/power/singularity/particle_accelerator/particle_control.dm @@ -38,6 +38,8 @@ /obj/machinery/particle_accelerator/control_box/attack_hand(mob/user as mob) if(construction_state >= 3) interact(user) + else if(construction_state == 2) // Wires exposed + wires.Interact(user) /obj/machinery/particle_accelerator/control_box/multitool_act(mob/living/user, obj/item/I) if(construction_state == 2) // Wires exposed