Renames some security accesses + misc (#65679)

Renames ACCESS_SEC_DOORS to ACCESS_BRIG_ENTRANCE
Renames ACCESS_FORENSICS_LOCKERS to ACCESS_FORENSICS
Adds a helper for detective access (because I forgot it in my first PR, oops)
Changes gulag item reclaimer access from ACCESS_SECURITY to ACCESS_BRIG
This commit is contained in:
dragomagol
2022-03-28 22:58:10 +01:00
committed by GitHub
parent d84d312ae5
commit 82daae0649
11 changed files with 40 additions and 32 deletions
@@ -143,7 +143,7 @@
/obj/structure/closet/secure_closet/detective
name = "\improper detective's cabinet"
req_access = list(ACCESS_FORENSICS_LOCKERS)
req_access = list(ACCESS_FORENSICS)
icon_state = "cabinet"
resistance_flags = FLAMMABLE
max_integrity = 70
@@ -229,7 +229,7 @@
anchored = TRUE
name = "Secure Evidence Closet"
req_access_txt = "0"
req_one_access_txt = list(ACCESS_ARMORY, ACCESS_FORENSICS_LOCKERS)
req_one_access_txt = list(ACCESS_ARMORY, ACCESS_FORENSICS)
/obj/structure/closet/secure_closet/brig/PopulateContents()
..()