Merge pull request #5913 from Atermonera/no_fun_allowed

Readds access restrictions to supply computer
This commit is contained in:
Neerti
2019-02-01 18:00:25 -05:00
committed by GitHub

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