From 1eb15fa5e4789eba252449c2a81f65a7372a4d80 Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Tue, 11 Aug 2020 18:05:28 -0600 Subject: [PATCH] Re-Enables Jobtime Restrictions(cap), Adjusts Values --- code/modules/jobs/job_types/captain.dm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/code/modules/jobs/job_types/captain.dm b/code/modules/jobs/job_types/captain.dm index 4a9bfd34..4cd57879 100644 --- a/code/modules/jobs/job_types/captain.dm +++ b/code/modules/jobs/job_types/captain.dm @@ -12,9 +12,10 @@ Captain supervisors = "Kinaris officials and Space law" selection_color = "#ccccff" req_admin_notify = 1 - minimal_player_age = 5 -// exp_requirements = 180 -// exp_type = EXP_TYPE_CREW + minimal_player_age = 10 + exp_requirements = 480 + exp_type = EXP_TYPE_CREW + exp_type_department = EXP_TYPE_COMMAND outfit = /datum/outfit/job/captain @@ -81,9 +82,9 @@ Head of Personnel selection_color = "#ddddff" req_admin_notify = 1 minimal_player_age = 3 -// exp_requirements = 180 -// exp_type = EXP_TYPE_CREW -// exp_type_department = EXP_TYPE_SUPPLY + exp_requirements = 180 + exp_type = EXP_TYPE_CREW + exp_type_department = EXP_TYPE_SERVICE outfit = /datum/outfit/job/hop