Reduces minimum age for jobs so Teshari and dionaea can actually join.

This commit is contained in:
Zuhayr
2016-02-10 11:29:42 +10:30
parent ac3dde64b9
commit 1130421932

View File

@@ -19,7 +19,7 @@
var/minimal_player_age = 0 // If you have use_age_restriction_for_jobs config option enabled and the database set up, this option will add a requirement for players to be at least minimal_player_age days old. (meaning they first signed in at least that many days before.)
var/department = null // Does this position have a department tag?
var/head_position = 0 // Is this position Command?
var/minimum_character_age = 17
var/minimum_character_age = 0
var/ideal_character_age = 30
var/account_allowed = 1 // Does this job type come with a station account?