[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:
CHOMPStation2StaffMirrorBot
2026-03-26 22:51:27 -04:00
committed by GitHub
co-authored by Kashargul Cameron Lennox
parent 30c7a461cd
commit 9b7b9f0505
24 changed files with 194 additions and 210 deletions
@@ -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()
..()