mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Makes all default job titles, defines. (#63357)
Jesus christ we were just waiting for someone to misspell something eh?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user