From eec7fb6cf1565bef42f005966e4b23cc9a278e2a Mon Sep 17 00:00:00 2001 From: Mora <46364955+TrixxedHeart@users.noreply.github.com> Date: Fri, 17 Oct 2025 19:17:25 -0500 Subject: [PATCH] Add GenpopLeave and GenpopEnter to Security accesses (#39515) Add GenpopLeave and GenpopEnter perms to security job accesses --- Resources/Prototypes/Roles/Jobs/Security/detective.yml | 2 ++ Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml | 2 ++ Resources/Prototypes/Roles/Jobs/Security/security_officer.yml | 2 ++ Resources/Prototypes/Roles/Jobs/Security/warden.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index f59e1bf836..03db499c8c 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -19,6 +19,8 @@ - Detective - Cryogenics - External + - 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 8dc5815fcf..de7e6d9544 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -21,6 +21,8 @@ - Service - 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 141801e4ff..1b60a527b0 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -18,6 +18,8 @@ - Service - External - Cryogenics + - GenpopEnter + - GenpopLeave special: - !type:AddImplantSpecial implants: [ MindShieldImplant ] diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index 566b0da6d1..630afcd684 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -24,6 +24,8 @@ - External - Detective - Cryogenics + - GenpopEnter + - GenpopLeave special: - !type:AddImplantSpecial implants: [ MindShieldImplant ] -- 2.51.2