[MIRROR] Makes all default job titles, defines. [MDB IGNORE] (#10080)

* Makes all default job titles, defines.

* Makes all default job titles, defines.

* whitespace

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-18 16:54:03 +00:00
committed by GitHub
co-authored by John Willard Tom
parent 4453621dc9
commit a526c6070a
103 changed files with 681 additions and 1346 deletions
@@ -16,22 +16,21 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0)
var/change_position_cooldown = 30
//Jobs you cannot open new positions for
var/list/blacklisted = list(
"AI",
"Assistant",
"Cyborg",
"Captain",
"Head of Personnel",
"Head of Security",
"Chief Engineer",
"Research Director",
"Security Sergeant", //SKYRAT EDIT CHANGE START
"Security Medic",
"Clown",
"Blueshield",
"Nanotrasen Representative",//SKYRAT EDIT END
"Chief Medical Officer",
"Quartermaster",
"Shuttle Pilot")
JOB_CAPTAIN,
JOB_HEAD_OF_PERSONNEL,
JOB_HEAD_OF_SECURITY,
JOB_RESEARCH_DIRECTOR,
JOB_SECURITY_SERGEANT, // SKYRAT EDIT ADD START
JOB_SECURITY_MEDIC,
JOB_CLOWN,
JOB_BLUESHIELD,
JOB_NT_REP, // SKYRAT EDIT ADD END
JOB_CHIEF_MEDICAL_OFFICER,
JOB_CHIEF_MEDICAL_OFFICER,
JOB_AI,
JOB_CYBORG,
JOB_ASSISTANT,
)
//The scaling factor of max total positions in relation to the total amount of people on board the station in %
var/max_relative_positions = 30 //30%: Seems reasonable, limit of 6 @ 20 players