mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
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:
@@ -103,6 +103,8 @@
|
||||
|
||||
/datum/config_entry/flag/enforce_human_authority //If non-human species are barred from joining as a head of staff
|
||||
|
||||
/datum/config_entry/flag/enforce_human_authority_on_everyone //If non-human species are barred from joining as a head of staff, including jobs flagged as allowed for non-humans, ie. Quartermaster.
|
||||
|
||||
/datum/config_entry/flag/allow_latejoin_antagonists // If late-joining players can be traitor/changeling
|
||||
|
||||
/datum/config_entry/number/shuttle_refuel_delay
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user