diff --git a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml index d648dcfeea4..f9ffb368d54 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml @@ -41,7 +41,7 @@ # - Medical special: - !type:AddImplantSpecial - implants: [ MindShieldImplant ] + implants: [ MindShieldImplant, TrackingImplant ] - !type:AddComponentSpecial components: - type: CommandStaff diff --git a/Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml b/Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml index 110dce697b5..59a418d470d 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml @@ -15,4 +15,7 @@ - Security - Brig - Maintenance - - External \ No newline at end of file + - External + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant, TrackingImplant ] diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index 9763961693f..1e39521d862 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -18,7 +18,7 @@ - Detective special: - !type:AddImplantSpecial - implants: [ MindShieldImplant ] + implants: [ MindShieldImplant, TrackingImplant ] - type: startingGear id: DetectiveGear diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index 872d389992b..de6372b5ec4 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -38,7 +38,7 @@ - Detective special: - !type:AddImplantSpecial - implants: [ MindShieldImplant ] + implants: [ MindShieldImplant, TrackingImplant ] - !type:AddComponentSpecial components: - type: CommandStaff diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index a4a5889ca1e..35c5c23c4a0 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -20,7 +20,7 @@ - Maintenance special: - !type:AddImplantSpecial - implants: [ MindShieldImplant ] + implants: [ MindShieldImplant, TrackingImplant ] - type: startingGear id: SecurityCadetGear diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index fa43628f51a..9506f1239f4 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -18,7 +18,7 @@ - External special: - !type:AddImplantSpecial - implants: [ MindShieldImplant ] + implants: [ MindShieldImplant, TrackingImplant ] - type: startingGear id: SecurityOfficerGear diff --git a/Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml index d430853ad98..4ca1dda5475 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml @@ -28,7 +28,7 @@ - External special: - !type:AddImplantSpecial - implants: [ MindShieldImplant ] + implants: [ MindShieldImplant, TrackingImplant ] - type: startingGear id: SeniorOfficerGear diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index 913d20318e0..8c9bdbcd1f8 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -20,7 +20,7 @@ - Detective special: - !type:AddImplantSpecial - implants: [ MindShieldImplant ] + implants: [ MindShieldImplant, TrackingImplant ] - type: startingGear id: WardenGear diff --git a/Resources/Prototypes/_Nyano/Roles/Jobs/Security/prisonguard.yml b/Resources/Prototypes/_Nyano/Roles/Jobs/Security/prisonguard.yml index a1695e681f9..948a4c2c543 100644 --- a/Resources/Prototypes/_Nyano/Roles/Jobs/Security/prisonguard.yml +++ b/Resources/Prototypes/_Nyano/Roles/Jobs/Security/prisonguard.yml @@ -5,7 +5,7 @@ playTimeTracker: JobPrisonGuard requirements: - !type:OverallPlaytimeRequirement - time: 18000 + time: 1400 startingGear: PrisonGuardGear canBeAntag: false icon: "JobIconWarden" @@ -15,6 +15,9 @@ - Security - Brig - Maintenance + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant, TrackingImplant ] - type: startingGear id: PrisonGuardGear