[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

🆑
fix: The destructive analyser once more hungers for multitools
/🆑

* You can put multitools in the destructive analyser

---------

Co-authored-by: Jacquerel <hnevard@gmail.com>
This commit is contained in:
SkyratBot
2024-05-25 12:27:50 +02:00
committed by GitHub
co-authored by Jacquerel
parent ad29440c79
commit c58bdfd355
-1
View File
@@ -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