Fixes [8825] but this time for realsies and I tested it
Created by: Probe1
adds
if(stat & (NOPOWER | BROKEN))
to_chat(user, "<span class='warning'> The powers off, it's no good. </span>")
return
Created by: Probe1
adds
if(stat & (NOPOWER | BROKEN))
to_chat(user, "<span class='warning'> The powers off, it's no good. </span>")
return