From 80d317056d0aef7d2bd440d0509870de80765cd9 Mon Sep 17 00:00:00 2001 From: Farrellka <104170263+Farrellka-dev@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:41:34 +0300 Subject: [PATCH] =?UTF-8?q?MindShield=20=D0=B0=D1=82=D0=BC=D0=BE=D1=81?= =?UTF-8?q?=D1=83=20=D0=B8=20=D0=B2=D0=B5=D0=B4=D1=83=D1=89=D0=B8=D0=BC=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=BB=D0=B6=D0=BD=D0=BE=D1=81=D1=82=D1=8F=D0=BC=20?= =?UTF-8?q?(#271)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Roles/Jobs/Engineering/atmospheric_technician.yml | 3 +++ .../Prototypes/Roles/Jobs/Engineering/senior_engineer.yml | 3 +++ Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml | 2 ++ Resources/Prototypes/Roles/Jobs/Science/senior_researcher.yml | 3 +++ 4 files changed, 11 insertions(+) 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