From 535e63fea6537700ab179f8d29f1443bd674e44d Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Tue, 11 Aug 2020 17:43:24 -0600 Subject: [PATCH] Re-Enables Jobtime Restrictions(sci), Adjusts Values --- code/modules/jobs/job_types/science.dm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/code/modules/jobs/job_types/science.dm b/code/modules/jobs/job_types/science.dm index 8c177bd0..7c41faec 100644 --- a/code/modules/jobs/job_types/science.dm +++ b/code/modules/jobs/job_types/science.dm @@ -14,9 +14,9 @@ Research Director selection_color = "#ffddff" req_admin_notify = 1 minimal_player_age = 3 -// exp_type_department = EXP_TYPE_SCIENCE -// exp_requirements = 180 -// exp_type = EXP_TYPE_CREW + exp_type_department = EXP_TYPE_SCIENCE + exp_requirements = 300 + exp_type = EXP_TYPE_CREW outfit = /datum/outfit/job/rd @@ -72,9 +72,10 @@ Scientist faction = "Station" total_positions = 5 spawn_positions = 3 + minimal_player_age = 1 supervisors = "the research director" selection_color = "#ffeeff" - exp_requirements = 60 + exp_requirements = 120 exp_type = EXP_TYPE_CREW @@ -107,9 +108,10 @@ Roboticist faction = "Station" total_positions = 2 spawn_positions = 2 + minimal_player_age = 2 supervisors = "the research director" selection_color = "#ffeeff" - exp_requirements = 60 + exp_requirements = 120 exp_type = EXP_TYPE_CREW outfit = /datum/outfit/job/roboticist