CARGONIA THE FREE: The Quartermaster is now a head of staff. (#67518)

* The Quartermaster is officially a head of staff, with new accesses, a silver ID, ect ect.
* The HoP lost their cargo-related equipment and access, including the Vault monitor, and frequency.
This commit is contained in:
Iamgoofball
2022-06-07 18:38:02 -07:00
committed by GitHub
parent 9c67e8de8c
commit aebd156a43
33 changed files with 300 additions and 245 deletions
+6
View File
@@ -188,6 +188,12 @@ SUBSYSTEM_DEF(id_access)
"templates" = list(),
"pdas" = list(),
),
"[ACCESS_QM]" = list(
"regions" = list(REGION_SUPPLY),
"head" = JOB_QUARTERMASTER,
"templates" = list(),
"pdas" = list(),
),
)
var/list/station_job_trims = subtypesof(/datum/id_trim/job)