From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:14:12 +0000 (-0600) Subject: Quadruple the amount of time you are allowed to play interns (#14641) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c6307cc388668fe9c0be4bcabfa9e592684f6437;p=space-station-14.git Quadruple the amount of time you are allowed to play interns (#14641) --- diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml index de00b5604b..5cd1aa43d8 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml @@ -6,7 +6,7 @@ requirements: - !type:DepartmentTimeRequirement department: Engineering - time: 7200 + time: 28800 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 2395a2d732..c80541c3e8 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml @@ -6,7 +6,7 @@ requirements: - !type:DepartmentTimeRequirement department: Medical - time: 7200 + time: 28800 inverted: true # stop playing intern if you're good at med! startingGear: MedicalInternGear icon: "MedicalIntern" diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml index babb1cdcae..bedfbc9eaa 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml @@ -6,7 +6,7 @@ requirements: - !type:DepartmentTimeRequirement department: Science - time: 7200 + time: 28800 inverted: true # stop playing intern if you're good at science! startingGear: ResearchAssistantGear icon: "ResearchAssistant" diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index 7e5fb6c1e2..86a5cb8f0b 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -6,7 +6,7 @@ requirements: - !type:DepartmentTimeRequirement department: Security - time: 7200 + time: 28800 inverted: true # stop playing intern if you're good at security! startingGear: SecurityCadetGear icon: "SecurityCadet"