mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user