mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
[MIRROR] subsystem access (#12596)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Kashargul
Cameron Lennox
parent
30c7a461cd
commit
9b7b9f0505
@@ -29,7 +29,7 @@
|
||||
open()
|
||||
else
|
||||
req_access = list()
|
||||
req_access += pick(get_all_station_access())
|
||||
req_access += pick(SSaccess.get_all_station_access())
|
||||
..()
|
||||
|
||||
/obj/structure/closet/secure_closet/proc/togglelock(mob/user as mob)
|
||||
|
||||
@@ -235,7 +235,7 @@
|
||||
open()
|
||||
else
|
||||
req_access = list()
|
||||
req_access += pick(get_all_station_access())
|
||||
req_access += pick(SSaccess.get_all_station_access())
|
||||
update_icon()
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user