From 9adfe9542aa054cfa05f923e865c4aeec3a2a4b3 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sun, 22 Apr 2018 00:44:41 -0400 Subject: [PATCH] whoops --- code/modules/research/circuitprinter.dm | 6 ------ 1 file changed, 6 deletions(-) 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