mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Records for the HoP (#4227)
Grants the HoP access to security and medical records (again).
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
icon_screen = "medcomp"
|
||||
light_color = "#315ab4"
|
||||
req_one_access = list(access_medical_equip, access_forensics_lockers, access_detective)
|
||||
req_one_access = list(access_medical_equip, access_forensics_lockers, access_detective, access_hop)
|
||||
circuit = /obj/item/weapon/circuitboard/med_data
|
||||
var/obj/item/weapon/card/id/scan = null
|
||||
var/authenticated = null
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
icon_screen = "security"
|
||||
light_color = LIGHT_COLOR_ORANGE
|
||||
req_one_access = list(access_security, access_forensics_lockers, access_lawyer)
|
||||
req_one_access = list(access_security, access_forensics_lockers, access_lawyer, access_hop)
|
||||
circuit = /obj/item/weapon/circuitboard/secure_data
|
||||
var/obj/item/weapon/card/id/scan = null
|
||||
var/authenticated = null
|
||||
|
||||
Reference in New Issue
Block a user