Remove minimal age restrictions (#1332)

This commit is contained in:
skull132
2016-12-28 03:07:25 +02:00
committed by GitHub
parent bc8871ac2b
commit 7a9adc2aba
3 changed files with 0 additions and 16 deletions
@@ -390,8 +390,6 @@
dat += "Choose from the following open/valid positions:<br>"
for(var/datum/job/job in job_master.occupations)
if(job && IsJobAvailable(job.title))
if(job.minimum_character_age && (client.prefs.age < job.minimum_character_age))
continue
var/active = 0
// Only players with the job assigned and AFK for less than 10 minutes count as active
for(var/mob/M in player_list) //Added isliving check here, so it won't check ghosts and qualify them as active