Merge pull request #4738 from VOREStation/upstream-merge-5913

[MIRROR] Readds access restrictions to supply computer
This commit is contained in:
Novacat
2019-03-28 16:31:58 -04:00
committed by GitHub
+2
View File
@@ -31,6 +31,8 @@
/obj/machinery/computer/supplycomp/attack_hand(var/mob/user as mob)
if(..())
return
if(!allowed(user))
return
user.set_machine(src)
ui_interact(user)
return