mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com> Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
34 lines
939 B
Plaintext
34 lines
939 B
Plaintext
/datum/job/recovered_crew
|
|
policy_override = "Recovered Crew"
|
|
faction = FACTION_STATION
|
|
|
|
/datum/job/recovered_crew/doctor
|
|
title = JOB_LOSTCREW_MEDICAL
|
|
department_head = list(JOB_CHIEF_MEDICAL_OFFICER)
|
|
supervisors = SUPERVISOR_CMO
|
|
|
|
/datum/job/recovered_crew/engineer
|
|
title = JOB_LOSTCREW_ENGINEER
|
|
department_head = list(JOB_CHIEF_ENGINEER)
|
|
supervisors = SUPERVISOR_CE
|
|
|
|
/datum/job/recovered_crew/security
|
|
title = JOB_LOSTCREW_SECURITY
|
|
department_head = list(JOB_HEAD_OF_SECURITY)
|
|
supervisors = SUPERVISOR_HOS
|
|
|
|
/datum/job/recovered_crew/cargo
|
|
title = JOB_LOSTCREW_CARGO
|
|
department_head = list(JOB_QUARTERMASTER)
|
|
supervisors = SUPERVISOR_QM
|
|
|
|
/datum/job/recovered_crew/scientist
|
|
title = JOB_LOSTCREW_SCIENCE
|
|
department_head = list(JOB_RESEARCH_DIRECTOR)
|
|
supervisors = SUPERVISOR_RD
|
|
|
|
/datum/job/recovered_crew/civillian
|
|
title = JOB_LOSTCREW_CIVILLIAN
|
|
department_head = list(JOB_HEAD_OF_PERSONNEL)
|
|
supervisors = SUPERVISOR_HOP
|