From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Sun, 7 Dec 2025 16:14:38 +0000 (-0800) Subject: Add GenPop Enter/Leave to ID Card Computer. Add shuffle the accesses a bit. (#41739) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=34f60c115eea800d9e59c2fc0934ea5c84f2adb1;p=space-station-14.git Add GenPop Enter/Leave to ID Card Computer. Add shuffle the accesses a bit. (#41739) fixe Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- diff --git a/Content.Client/Access/UI/AccessLevelControl.xaml b/Content.Client/Access/UI/AccessLevelControl.xaml index 56968d8983..6a3155effa 100644 --- a/Content.Client/Access/UI/AccessLevelControl.xaml +++ b/Content.Client/Access/UI/AccessLevelControl.xaml @@ -1,4 +1,4 @@ diff --git a/Content.Shared/Access/Components/IdCardConsoleComponent.cs b/Content.Shared/Access/Components/IdCardConsoleComponent.cs index 8c965971a8..35af5972c3 100644 --- a/Content.Shared/Access/Components/IdCardConsoleComponent.cs +++ b/Content.Shared/Access/Components/IdCardConsoleComponent.cs @@ -57,6 +57,8 @@ public sealed partial class IdCardConsoleComponent : Component "Cryogenics", "Engineering", "External", + "GenpopEnter", + "GenpopLeave", "HeadOfPersonnel", "HeadOfSecurity", "Hydroponics", diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index 5b84597e2a..b38f2c8b1c 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -18,8 +18,6 @@ - Detective - Cryogenics - External - - GenpopEnter - - GenpopLeave special: - !type:AddImplantSpecial implants: [ MindShieldImplant ] diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index a0d3ef5845..2b517a4b7a 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -31,6 +31,8 @@ - External - Detective - Cryogenics + - GenpopEnter + - GenpopLeave special: - !type:AddImplantSpecial implants: [ MindShieldImplant ] diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index 52b63f1ab2..a85bce52fa 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -20,8 +20,6 @@ - Maintenance - External - Cryogenics - - GenpopEnter - - GenpopLeave special: - !type:AddImplantSpecial implants: [ MindShieldImplant ] diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 7c140c8ee9..4ebeb3c30c 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -17,8 +17,6 @@ - Maintenance - External - Cryogenics - - GenpopEnter - - GenpopLeave special: - !type:AddImplantSpecial implants: [ MindShieldImplant ]