Makes all default job titles, defines. (#63357)

Jesus christ we were just waiting for someone to misspell something eh?
This commit is contained in:
John Willard
2021-12-14 17:48:46 -08:00
committed by GitHub
parent 2067e283c5
commit 2834383245
65 changed files with 385 additions and 264 deletions
@@ -16,15 +16,16 @@ 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",
"Chief Medical Officer")
JOB_CAPTAIN,
JOB_HEAD_OF_PERSONNEL,
JOB_HEAD_OF_SECURITY,
JOB_RESEARCH_DIRECTOR,
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