Skip to content

Fixes [8825] but this time for realsies and I tested it

Rob Nelson requested to merge pull/9290/git_pls into Bleeding-Edge

Created by: Probe1

adds


    if(stat & (NOPOWER | BROKEN))
        to_chat(user, "<span class='warning'> The powers off, it's no good. </span>")
        return

Fixes https://github.com/d3athrow/vgstation13/issues/8825

Merge request reports