diff --git a/code/game/machinery/computer/Operating.dm b/code/game/machinery/computer/Operating.dm index dc0d1d1aff6..33f31f8b4eb 100644 --- a/code/game/machinery/computer/Operating.dm +++ b/code/game/machinery/computer/Operating.dm @@ -183,6 +183,8 @@ return FALSE /obj/machinery/computer/operating/process() + if(stat & (NOPOWER|BROKEN)) + return if(!table) //Does this Operating Computer have an Operating Table connected to it? return if(!verbose) //Are the speakers on?