diff --git a/code/modules/lore_hardcoded/faction.dm b/code/modules/lore_hardcoded/faction.dm index 1c33f5cbaa0..53401becd88 100644 --- a/code/modules/lore_hardcoded/faction.dm +++ b/code/modules/lore_hardcoded/faction.dm @@ -199,6 +199,7 @@ resulting in what is functionally considered an alliance." contractor_info = "Working with NanoTrasen has become a fact of life for Vey-Med employees over the years. You're no stranger to these types of environments, although you have seen better medical facilities before." job_whitelist = list( + JOB_ID_FIELD_MEDIC, JOB_ID_HEAD_NURSE, JOB_ID_MEDICAL_DOCTOR, JOB_ID_ROBOTICIST, @@ -207,7 +208,8 @@ JOB_ID_PSYCHIATRIST, JOB_ID_ASSISTANT, JOB_ID_OFFDUTY_CIVILLIAN, - JOB_ID_OFFDUTY_MEDBAY + JOB_ID_OFFDUTY_MEDBAY, + JOB_ID_OFFDUTY_EXPLORER ) /datum/lore/character_background/faction/wardtakahashi