[NO GBP] Fixes Detectives having access to security gear lockers (#67264)

Detectives having access to gear lockers was unintended when originally put in by #66990 f3c92c5b6e. Moving gear locker access to ACCESS_BRIG improves consistency in the goal of that PR.
This commit is contained in:
Son-of-Space
2022-05-25 22:00:39 -07:00
committed by GitHub
parent 537879d04e
commit 3fb351b093
@@ -95,7 +95,7 @@
/obj/structure/closet/secure_closet/security
name = "security officer's locker"
req_access = list(ACCESS_SECURITY)
req_access = list(ACCESS_BRIG)
icon_state = "sec"
/obj/structure/closet/secure_closet/security/PopulateContents()