You can no longer be randomly assigned a command position using the "Get random job if preferences unavailable" button.

- This is mainly to prevent inexperienced players who only select a couple of jobs from getting assigned command roles.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4051 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
johnsonmt88@gmail.com
2012-07-12 16:35:01 +00:00
parent b31ee6b8bf
commit c02a6b2e9a
+3
View File
@@ -90,6 +90,9 @@ var/global/datum/controller/occupations/job_master
if(istype(job, GetJob("Assistant"))) // We don't want to give him assistant, that's boring!
continue
if(job in command_positions) //If you want a command position, select it!
continue
if(jobban_isbanned(player, job.title))
Debug("FOC isbanned failed, Player: [player], Job: [job.title]")
continue