From 215a42a91b382d0e7ead04e4c6ae9b1f4468e95a Mon Sep 17 00:00:00 2001 From: Darki255 Date: Wed, 21 Aug 2024 19:28:52 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=90=D1=82=D0=BC=D0=BE=D1=81=20=D0=BC?= =?UTF-8?q?=D0=BE=D0=B6=D0=B5=D1=82=20=D1=81=D1=82=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D0=B0=D0=BD=D1=82=D0=B0=D0=B3=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml | 3 +++ .../Roles/Jobs/Engineering/atmospheric_technician.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml index 53579539721..c460d21cde8 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml @@ -12,6 +12,9 @@ - AllAccess access: - CentralCommand + special: # ADT Tweak + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: CentcomGear diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml index e81f9bba668..8adb7cfef5c 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml @@ -10,6 +10,7 @@ startingGear: AtmosphericTechnicianGear icon: "JobIconAtmosphericTechnician" supervisors: job-supervisors-ce + canBeAntag: true # ADT Tweak access: - Maintenance - Engineering From d6b6c771a8d4ee9d72af6e7ce5e206373c1455e8 Mon Sep 17 00:00:00 2001 From: bananchiki <87230164+Darki255@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:16:50 +0300 Subject: [PATCH 2/2] Update centcom_official.yml --- Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml index c460d21cde8..3fc80b51f3a 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml @@ -12,9 +12,10 @@ - AllAccess access: - CentralCommand - special: # ADT Tweak + special: # Start ADT Tweak - !type:AddImplantSpecial - implants: [ MindShieldImplant ] + implants: [ MindShieldImplant ] + # End ADT Tweak - type: startingGear id: CentcomGear