From c58bdfd355071bba581c7b7acd32644b9e6a219a Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 25 May 2024 12:27:50 +0200 Subject: [PATCH] [MIRROR] You can put multitools in the destructive analyser (#27834) * You can put multitools in the destructive analyser (#83408) ## About The Pull Request Fixes #83273 We shouldn't exit out of interactions here if neither of those interactions are available because we want to be able to put it in the machine. ## Changelog :cl: fix: The destructive analyser once more hungers for multitools /:cl: * You can put multitools in the destructive analyser --------- Co-authored-by: Jacquerel --- code/modules/research/rdmachines.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/research/rdmachines.dm b/code/modules/research/rdmachines.dm index 60dcc8716cc..069447c6f45 100644 --- a/code/modules/research/rdmachines.dm +++ b/code/modules/research/rdmachines.dm @@ -107,7 +107,6 @@ return screwdriver_act(user, tool) /obj/machinery/rnd/multitool_act(mob/living/user, obj/item/multitool/tool) - . = ITEM_INTERACT_BLOCKING if(panel_open) wires.interact(user) return ITEM_INTERACT_SUCCESS