From 810e051e997a9fbdf8c0bf3fead226eef0246bc7 Mon Sep 17 00:00:00 2001 From: Jukereise Date: Fri, 16 Sep 2022 09:45:20 -0500 Subject: [PATCH] Allow players to spend 3x more time as an intern role (Technical Assistant, Medical Intern, Security Cadet) (#11327) --- .../Prototypes/Roles/Jobs/Engineering/technical_assistant.yml | 2 +- Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml | 2 +- Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"