From 6ba820a1d57e4f26b6d02925213cf932d6673912 Mon Sep 17 00:00:00 2001 From: GenericDM <34109002+GenericDM@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:31:45 -0800 Subject: [PATCH] You no longer beat R&D machinery when linking (#2541) ## About The Pull Request no more smacking the machines with your multitool ## Why It's Good For The Game no more beatings ## Changelog :cl: fix: you no longer commit violence against machines /:cl: --- code/modules/research/rdmachines.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/research/rdmachines.dm b/code/modules/research/rdmachines.dm index 7c46ac61d784..7551590a7a69 100644 --- a/code/modules/research/rdmachines.dm +++ b/code/modules/research/rdmachines.dm @@ -55,6 +55,7 @@ var/obj/machinery/rnd/server/server = multi.buffer linked_techweb = server.stored_research visible_message("Linked to [server]!") + return TRUE if(is_refillable() && O.is_drainable()) return FALSE //inserting reagents into the machine if(Insert_Item(O, user))