diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml index 6ba48f01e53..b9acd247aa2 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml @@ -16,6 +16,9 @@ - Engineering - External - Atmospherics + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: AtmosphericTechnicianGear diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/senior_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/senior_engineer.yml index 1e1d1d4cf2e..6856f12a715 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/senior_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/senior_engineer.yml @@ -22,6 +22,9 @@ - Engineering - External - Atmospherics + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: SeniorEngineerGear diff --git a/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml b/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml index ef35ec19d5e..3482afab312 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml @@ -22,6 +22,8 @@ - Maintenance - Chemistry special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - !type:AddComponentSpecial components: - type: CPRTraining diff --git a/Resources/Prototypes/Roles/Jobs/Science/senior_researcher.yml b/Resources/Prototypes/Roles/Jobs/Science/senior_researcher.yml index c192aa6c07e..279f525b0dc 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/senior_researcher.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/senior_researcher.yml @@ -15,6 +15,9 @@ - Research # - Robotics - Maintenance + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: SeniorResearcherGear