mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 01:54:25 +01:00
Merge pull request #4738 from VOREStation/upstream-merge-5913
[MIRROR] Readds access restrictions to supply computer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user