mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user