From 573d409d23d0f0f96f5de1c19248d3b02e2d1550 Mon Sep 17 00:00:00 2001 From: Monara <86886852+MonaraMir@users.noreply.github.com> Date: Thu, 23 Feb 2023 05:11:01 -0500 Subject: [PATCH] Veymed S&R (#5075) ## About The Pull Request Enables VeyMed Faction to be contracted as SNR. **Wait until Sentre/Papalus come to a decision to merge this.** --- code/modules/lore_hardcoded/faction.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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