From: Mora <46364955+TrixxedHeart@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:17:25 +0000 (-0500) Subject: Add GenpopLeave and GenpopEnter to Security accesses (#39515) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=eec7fb6cf1565bef42f005966e4b23cc9a278e2a;p=space-station-14.git Add GenpopLeave and GenpopEnter to Security accesses (#39515) Add GenpopLeave and GenpopEnter perms to security job accesses --- 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 ]