Merge pull request #8766 from MarsM0nd/messagemonitor

Makes message monitors fixable
This commit is contained in:
tigercat2000
2018-03-16 09:24:03 -07:00
committed by GitHub
-2
View File
@@ -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)