mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 14:33:30 +00:00
Merge pull request #5913 from Atermonera/no_fun_allowed
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