diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml index fb025ccb0d..08195b66e0 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml @@ -5,7 +5,7 @@ requirements: - !type:DepartmentTimeRequirement department: Engineering - time: 1800 + time: 7200 inverted: true # stop playing intern if you're good at engineering! startingGear: TechnicalAssistantGear icon: "TechnicalAssistant" diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml index 6c911db5ec..0bc75a83dc 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml @@ -5,7 +5,7 @@ requirements: - !type:DepartmentTimeRequirement department: Medical - time: 1800 + time: 7200 inverted: true # stop playing intern if you're good at med! startingGear: MedicalInternGear icon: "MedicalIntern" diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index 8f82d4ad42..fd254dcb76 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -5,7 +5,7 @@ requirements: - !type:DepartmentTimeRequirement department: Security - time: 1800 + time: 7200 inverted: true # stop playing intern if you're good at security! startingGear: SecurityCadetGear icon: "SecurityCadet"