mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[MIRROR] Gives Detective ACCESS_SECURITY, moves security equipment to ACCESS_BRIG [MDB IGNORE] (#13658)
* Gives Detective ACCESS_SECURITY, moves security equipment to ACCESS_BRIG (#66990) * Gives Detective ACCESS_SECURITY, moves security equipment to ACCESS_BRIG * Removed Forensics access from brig closet, security records * Gives Detective ACCESS_SECURITY, moves security equipment to ACCESS_BRIG Co-authored-by: Son-of-Space <63861499+Son-of-Space@users.noreply.github.com>
This commit is contained in:
@@ -245,8 +245,8 @@
|
||||
assignment = "Detective"
|
||||
trim_state = "trim_detective"
|
||||
sechud_icon_state = SECHUD_DETECTIVE
|
||||
extra_access = list()
|
||||
minimal_access = list(ACCESS_BRIG, ACCESS_COURT, ACCESS_FORENSICS, ACCESS_BRIG_ENTRANCE,ACCESS_MAINT_TUNNELS, ACCESS_MORGUE,
|
||||
extra_access = list(ACCESS_BRIG)
|
||||
minimal_access = list(ACCESS_SECURITY, ACCESS_COURT, ACCESS_FORENSICS, ACCESS_BRIG_ENTRANCE,ACCESS_MAINT_TUNNELS, ACCESS_MORGUE,
|
||||
ACCESS_MECH_SECURITY, ACCESS_MINERAL_STOREROOM, ACCESS_WEAPONS)
|
||||
config_job = "detective"
|
||||
template_access = list(ACCESS_CAPTAIN, ACCESS_HOS, ACCESS_CHANGE_IDS)
|
||||
|
||||
Reference in New Issue
Block a user