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