diff --git a/code/modules/research/circuitprinter.dm b/code/modules/research/circuitprinter.dm index 08266ecf5a8..ce728a4fde3 100644 --- a/code/modules/research/circuitprinter.dm +++ b/code/modules/research/circuitprinter.dm @@ -106,11 +106,5 @@ using metal and glass, it uses glass and reagents (usually sulfuric acis). return if(O.is_open_container()) return FALSE - - if(!linked_console) - to_chat(user, "The [name] must be linked to an R&D console first!") - return 1 - if(O.is_open_container()) - return else return ..() \ No newline at end of file