mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user