From db762b4b6856639046b1c871828e1868a5451f42 Mon Sep 17 00:00:00 2001 From: Mars Date: Thu, 15 Mar 2018 12:58:57 +0100 Subject: [PATCH] Makes message monitors fixable The stat does get checked later on by the machinery parent type, which already does stop using the console, screwdriver are handled at that point, and this stopped screwdriver from fixing the broken stat. --- code/game/machinery/computer/message.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/machinery/computer/message.dm b/code/game/machinery/computer/message.dm index a0ddb949449..58043bbf258 100644 --- a/code/game/machinery/computer/message.dm +++ b/code/game/machinery/computer/message.dm @@ -39,8 +39,6 @@ /obj/machinery/computer/message_monitor/attackby(obj/item/weapon/O as obj, mob/living/user as mob, params) - if(stat & (NOPOWER|BROKEN)) - return if(!istype(user)) return if(isscrewdriver(O) && emag)