Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusts requirements to unlock jobs (Take two) #5004

Merged
merged 3 commits into from Aug 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/ai.dm
Expand Up @@ -10,7 +10,7 @@
supervisors = "your laws"
req_admin_notify = TRUE
minimal_player_age = 30
exp_requirements = 240
exp_requirements = 600
exp_type = EXP_TYPE_CREW
exp_type_department = EXP_TYPE_SILICON
display_order = JOB_DISPLAY_ORDER_AI
Expand Down
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/atmospheric_technician.dm
Expand Up @@ -9,6 +9,7 @@
supervisors = "the chief engineer"
selection_color = "#fff5cc"
chat_color = "#D4A07D"
exp_requirements = 120
exp_type = EXP_TYPE_CREW

outfit = /datum/outfit/job/atmos
Expand Down
1 change: 0 additions & 1 deletion code/modules/jobs/job_types/brigphys.dm
Expand Up @@ -12,7 +12,6 @@
minimal_player_age = 7
exp_requirements = 120
exp_type = EXP_TYPE_CREW
exp_type_department = EXP_TYPE_SECURITY

outfit = /datum/outfit/job/brig_phys

Expand Down
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/chemist.dm
Expand Up @@ -9,6 +9,7 @@
supervisors = "the chief medical officer"
selection_color = "#d4ebf2"
chat_color = "#82BDCE"
exp_requirements = 120
exp_type = EXP_TYPE_CREW

outfit = /datum/outfit/job/chemist
Expand Down
2 changes: 2 additions & 0 deletions code/modules/jobs/job_types/emt.dm
Expand Up @@ -9,6 +9,8 @@
supervisors = "the chief medical officer"
selection_color = "#d4ebf2"
chat_color = "#8FBEB4"
exp_requirements = 120
exp_type = EXP_TYPE_CREW

outfit = /datum/outfit/job/emt

Expand Down
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/geneticist.dm
Expand Up @@ -9,6 +9,7 @@
supervisors = "the chief medical officer and research director"
selection_color = "#d4ebf2"
chat_color = "#83BBBF"
exp_requirements = 120
exp_type = EXP_TYPE_CREW

outfit = /datum/outfit/job/geneticist
Expand Down
4 changes: 2 additions & 2 deletions code/modules/jobs/job_types/head_of_personnel.dm
Expand Up @@ -14,8 +14,8 @@
req_admin_notify = 1
minimal_player_age = 10
exp_requirements = 600
exp_type = EXP_TYPE_SERVICE
exp_type_department = EXP_TYPE_SERVICE
exp_type = EXP_TYPE_COMMAND
exp_type_department = EXP_TYPE_COMMAND

outfit = /datum/outfit/job/hop

Expand Down
2 changes: 2 additions & 0 deletions code/modules/jobs/job_types/medical_doctor.dm
Expand Up @@ -9,6 +9,8 @@
supervisors = "the chief medical officer"
selection_color = "#d4ebf2"
chat_color = "#6CB1C5"
exp_requirements = 120
exp_type = EXP_TYPE_CREW

outfit = /datum/outfit/job/doctor

Expand Down
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/roboticist.dm
Expand Up @@ -9,6 +9,7 @@
supervisors = "the research director"
selection_color = "#ffeeff"
chat_color = "#AC71BA"
exp_requirements = 120
exp_type = EXP_TYPE_CREW

outfit = /datum/outfit/job/roboticist
Expand Down
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/scientist.dm
Expand Up @@ -9,6 +9,7 @@
supervisors = "the research director"
selection_color = "#ffeeff"
chat_color = "#C772C7"
exp_requirements = 120
exp_type = EXP_TYPE_CREW

outfit = /datum/outfit/job/scientist
Expand Down
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/station_engineer.dm
Expand Up @@ -9,6 +9,7 @@
supervisors = "the chief engineer"
selection_color = "#fff5cc"
chat_color = "#D9BC89"
exp_requirements = 120
exp_type = EXP_TYPE_CREW

outfit = /datum/outfit/job/engineer
Expand Down
3 changes: 2 additions & 1 deletion code/modules/jobs/job_types/virologist.dm
Expand Up @@ -9,8 +9,9 @@
supervisors = "the chief medical officer"
selection_color = "#d4ebf2"
chat_color = "#75AEA3"
exp_type = EXP_TYPE_CREW
exp_requirements = 180
exp_type = EXP_TYPE_MEDICAL
exp_type_department = EXP_TYPE_MEDICAL

outfit = /datum/outfit/job/virologist

Expand Down