diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 189a3815891..9b922a4c36c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9980,3 +9980,19 @@ Entries: id: 6701 time: '2025-01-16T05:25:30.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1559 +- author: CerberusWolfie + changes: + - type: Fix + message: >- + Fixed the missing playtime requirement on Security Officer. It is now + set to 10 hours of Security Department. + id: 6702 + time: '2025-01-16T07:17:19.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1561 +- author: Skubman + changes: + - type: Fix + message: Big security glasses now provide flash immunity and a security HUD. + id: 6703 + time: '2025-01-16T07:21:22.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1557 diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 69d024ba418..6231663ac79 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -302,7 +302,7 @@ - WhitelistChameleon - type: entity - parent: ClothingEyesGlassesCheapSunglasses + parent: ClothingEyesGlassesSecurity id: ClothingEyesGlassesSecurityBig name: big security glasses description: Upgraded big sunglasses that provide flash immunity and a security HUD. diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 18f6d04022c..2fd44505b82 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -6,6 +6,7 @@ requirements: - !type:CharacterDepartmentTimeRequirement department: Security + min: 36000 # 10 hours startingGear: SecurityOfficerGear icon: "JobIconSecurityOfficer" supervisors: job-supervisors-hos