Merge pull request #8864 from VOREStation/upstream-merge-7568

[MIRROR] Add a warning line to the supply computer about access.
This commit is contained in:
Novacat
2020-08-28 00:19:43 -04:00
committed by GitHub

View File

@@ -34,6 +34,7 @@
if(..())
return
if(!allowed(user))
to_chat(user, "<span class='warning'>You don't have the required access to use this console.</span>")
return
user.set_machine(src)
tgui_interact(user)