diff --git a/code/game/jobs/job_controller.dm b/code/game/jobs/job_controller.dm index 2e532ff6322..e70ab85a925 100644 --- a/code/game/jobs/job_controller.dm +++ b/code/game/jobs/job_controller.dm @@ -203,9 +203,6 @@ var/global/datum/controller/occupations/job_master // Different head positions have different good ages. var/good_age_minimal = 25 var/good_age_maximal = 60 - if(command_position == "Captain") - good_age_minimal = 30 - good_age_maximal = 70 // Old geezer captains ftw for(var/mob/V in candidates) // Log-out during round-start? What a bad boy, no head position for you! @@ -448,7 +445,7 @@ var/global/datum/controller/occupations/job_master to_chat(H, "As a member of Security, you are to know Space Law, Legal Standard Operating Procedure, as well as your Department SOP") if(job.req_admin_notify) to_chat(H, "You are playing a job that is important for the game progression. If you have to disconnect, please notify the admins via adminhelp.") - + return H /datum/controller/occupations/proc/EquipRank(mob/living/carbon/human/H, rank, joined_late = 0) // Equip and put them in an area if(!H)