From ac0bae5cdafa34dce09e7c29b32abb95e43706c4 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:44:58 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BB=D0=B8=D0=BC=D0=B8=D1=82=D0=B0=20=D0=B2?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=B0=20=D0=BA=20=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D1=82=D0=BE=D0=B2=D1=8B=D0=BC=20=D1=80=D0=BE?= =?UTF-8?q?=D0=BB=D1=8F=D0=BC."=20(#2652)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Roles/Jobs/Engineering/technical_assistant.yml | 10 +++++----- .../Prototypes/Roles/Jobs/Medical/medical_intern.yml | 12 ++++++------ .../Roles/Jobs/Science/research_assistant.yml | 12 ++++++------ .../Roles/Jobs/Security/security_cadet.yml | 8 ++++---- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml index 8d9b0fccdfb..d978d985d64 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml @@ -6,14 +6,14 @@ requirements: - !type:OverallPlaytimeRequirement time: 3600 #1 hr - # - !type:DepartmentTimeRequirement - # department: Engineering - # time: 36000 #10 hrs # Corvax-RoleTime - # inverted: true # stop playing intern if you're good at engineering! + - !type:DepartmentTimeRequirement + department: Engineering + time: 36000 #10 hrs # Corvax-RoleTime + inverted: true # stop playing intern if you're good at engineering! startingGear: TechnicalAssistantGear icon: "JobIconTechnicalAssistant" supervisors: job-supervisors-engineering - canBeAntag: true # Corvax-MRP: Available not only for newbies + canBeAntag: false access: - Maintenance - Engineering diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml index 75496e43f42..92c362a545e 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml @@ -3,15 +3,15 @@ name: job-name-intern description: job-description-intern playTimeTracker: JobMedicalIntern - # requirements: - # - !type:DepartmentTimeRequirement - # department: Medical - # time: 36000 #10 hrs # Corvax-RoleTime - # inverted: true # stop playing intern if you're good at med! + requirements: + - !type:DepartmentTimeRequirement + department: Medical + time: 36000 #10 hrs # Corvax-RoleTime + inverted: true # stop playing intern if you're good at med! startingGear: MedicalInternGear icon: "JobIconMedicalIntern" supervisors: job-supervisors-medicine - canBeAntag: true # Corvax-MRP: Available not only for newbies + canBeAntag: false access: - Medical - Maintenance diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml index bbd9e398a1c..e88f106f388 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml @@ -3,15 +3,15 @@ name: job-name-research-assistant description: job-description-research-assistant playTimeTracker: JobResearchAssistant - # requirements: - # - !type:DepartmentTimeRequirement - # department: Science - # time: 36000 #10 hrs # Corvax-RoleTime - # inverted: true # stop playing intern if you're good at science! + requirements: + - !type:DepartmentTimeRequirement + department: Science + time: 36000 #10 hrs # Corvax-RoleTime + inverted: true # stop playing intern if you're good at science! startingGear: ResearchAssistantGear icon: "JobIconResearchAssistant" supervisors: job-supervisors-science - canBeAntag: true # Corvax-MRP: Available not only for newbies + canBeAntag: false access: - Research - Maintenance diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index ce98ac40ac1..b5c613793a0 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -6,10 +6,10 @@ requirements: - !type:OverallPlaytimeRequirement time: 36000 #10 hrs # Corvax-RoleTime - # - !type:DepartmentTimeRequirement - # department: Security - # time: 72000 #20 hrs # Corvax-RoleTime - # inverted: true # stop playing intern if you're good at security! + - !type:DepartmentTimeRequirement + department: Security + time: 72000 #20 hrs # Corvax-RoleTime + inverted: true # stop playing intern if you're good at security! startingGear: SecurityCadetGear icon: "JobIconSecurityCadet" supervisors: job-supervisors-security