quickfix to stop people using the scanner inside it (#12567)

This commit is contained in:
craftxbox
2019-10-19 22:26:04 -04:00
committed by variableundefined
parent db36b727c1
commit 85051d8762
+3
View File
@@ -140,6 +140,9 @@
if(stat & (NOPOWER|BROKEN))
return
if(occupant == user)
return // you cant reach that
if(panel_open)
to_chat(user, "<span class='notice'>Close the maintenance panel first.</span>")
return