Culls selection_color from job types. (#72379)

Yeah, this var isn't accessed anywhere making it useless.

Here's a regex you can use for search and replace to help you cull
everything out if you have other jobs and you want to port this PR:
```txt
selection_color = "(.+)"\n\t
```
This commit is contained in:
san7890
2023-01-01 13:24:30 +00:00
committed by GitHub
parent c348a3eb07
commit 87e16094c5
36 changed files with 0 additions and 38 deletions
-3
View File
@@ -35,9 +35,6 @@
/// Supervisors, who this person answers to directly
var/supervisors = ""
/// Selection screen color
var/selection_color = "#ffffff"
/// What kind of mob type joining players with this job as their assigned role are spawned as.
var/spawn_type = /mob/living/carbon/human
-1
View File
@@ -6,7 +6,6 @@
total_positions = 1
spawn_positions = 1
supervisors = "your laws"
selection_color = "#ccffcc"
spawn_type = /mob/living/silicon/ai
req_admin_notify = TRUE
minimal_player_age = 30
-1
View File
@@ -10,7 +10,6 @@ Assistant
total_positions = 5
spawn_positions = 5
supervisors = "absolutely everyone"
selection_color = "#dddddd"
exp_granted_type = EXP_TYPE_CREW
outfit = /datum/outfit/job/assistant
plasmaman_outfit = /datum/outfit/plasmaman
@@ -6,7 +6,6 @@
total_positions = 3
spawn_positions = 2
supervisors = SUPERVISOR_CE
selection_color = "#fff5cc"
exp_requirements = 60
exp_required_type = EXP_TYPE_CREW
exp_granted_type = EXP_TYPE_CREW
-1
View File
@@ -6,7 +6,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_HOP
selection_color = "#bbe291"
exp_granted_type = EXP_TYPE_CREW
config_tag = "BARTENDER"
-1
View File
@@ -6,7 +6,6 @@
total_positions = 3
spawn_positions = 2
supervisors = SUPERVISOR_HOP
selection_color = "#bbe291"
exp_granted_type = EXP_TYPE_CREW
config_tag = "BOTANIST"
-1
View File
@@ -9,7 +9,6 @@
total_positions = 1
spawn_positions = 1
supervisors = "Nanotrasen officials and Space Law"
selection_color = "#ccccff"
req_admin_notify = 1
minimal_player_age = 14
exp_requirements = 180
@@ -8,7 +8,6 @@
total_positions = 3
spawn_positions = 2
supervisors = SUPERVISOR_QM
selection_color = "#dcba97"
exp_granted_type = EXP_TYPE_CREW
config_tag = "CARGO_TECHNICIAN"
-1
View File
@@ -7,7 +7,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_HOP
selection_color = "#bbe291"
exp_granted_type = EXP_TYPE_CREW
config_tag = "CHAPLAIN"
-1
View File
@@ -7,7 +7,6 @@
total_positions = 2
spawn_positions = 2
supervisors = SUPERVISOR_CMO
selection_color = "#ffeef0"
exp_requirements = 60
exp_required_type = EXP_TYPE_CREW
exp_granted_type = EXP_TYPE_CREW
@@ -9,7 +9,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_CAPTAIN
selection_color = "#ffeeaa"
req_admin_notify = 1
minimal_player_age = 7
exp_requirements = 180
@@ -9,7 +9,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_CAPTAIN
selection_color = "#ffddf0"
req_admin_notify = 1
minimal_player_age = 7
exp_requirements = 180
-1
View File
@@ -6,7 +6,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_HOP
selection_color = "#bbe291"
exp_granted_type = EXP_TYPE_CREW
config_tag = "CLOWN"
-1
View File
@@ -6,7 +6,6 @@
total_positions = 2
spawn_positions = 1
supervisors = SUPERVISOR_HOP
selection_color = "#bbe291"
exp_granted_type = EXP_TYPE_CREW
config_tag = "COOK"
var/cooks = 0 //Counts cooks amount
-1
View File
@@ -7,7 +7,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_HOP
selection_color = "#bbe291"
config_tag = "CURATOR"
exp_granted_type = EXP_TYPE_CREW
-1
View File
@@ -6,7 +6,6 @@
total_positions = 0
spawn_positions = 1
supervisors = "your laws and the AI" //Nodrak
selection_color = "#ddffdd"
spawn_type = /mob/living/silicon/robot
minimal_player_age = 21
exp_requirements = 120
-1
View File
@@ -8,7 +8,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_HOS
selection_color = "#ffeeee"
minimal_player_age = 7
exp_requirements = 300
exp_required_type = EXP_TYPE_CREW
@@ -6,7 +6,6 @@
total_positions = 2
spawn_positions = 2
supervisors = SUPERVISOR_RD
selection_color = "#ffeeff"
exp_requirements = 60
exp_required_type = EXP_TYPE_CREW
exp_granted_type = EXP_TYPE_CREW
@@ -9,7 +9,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_HOP
selection_color = "#ddddff"
req_admin_notify = 1
minimal_player_age = 10
exp_requirements = 180
@@ -9,7 +9,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_CAPTAIN
selection_color = "#ffdddd"
req_admin_notify = 1
minimal_player_age = 14
exp_requirements = 300
-1
View File
@@ -6,7 +6,6 @@
total_positions = 2
spawn_positions = 1
supervisors = SUPERVISOR_HOP
selection_color = "#bbe291"
exp_granted_type = EXP_TYPE_CREW
config_tag = "JANITOR"
-1
View File
@@ -7,7 +7,6 @@
total_positions = 2
spawn_positions = 2
supervisors = SUPERVISOR_HOP
selection_color = "#bbe291"
exp_granted_type = EXP_TYPE_CREW
config_tag = "LAWYER"
@@ -7,7 +7,6 @@
total_positions = 5
spawn_positions = 3
supervisors = SUPERVISOR_CMO
selection_color = "#ffeef0"
exp_granted_type = EXP_TYPE_CREW
config_tag = "MEDICAL_DOCTOR"
-1
View File
@@ -6,7 +6,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_HOP
selection_color = "#bbe291"
exp_granted_type = EXP_TYPE_CREW
config_tag = "MIME"
-1
View File
@@ -7,7 +7,6 @@
total_positions = 2
spawn_positions = 2
supervisors = SUPERVISOR_CMO
selection_color = "#ffeef0"
exp_granted_type = EXP_TYPE_CREW
config_tag = "PARAMEDIC"
-1
View File
@@ -6,7 +6,6 @@
total_positions = 0
spawn_positions = 2
supervisors = "the security team"
selection_color = "#ffe1c3"
exp_granted_type = EXP_TYPE_CREW
paycheck = PAYCHECK_LOWER
config_tag = "PRISONER"
@@ -7,7 +7,6 @@
total_positions = 1
spawn_positions = 1
supervisors = "the Head of Personnel and the Chief Medical Officer"
selection_color = "#bbe291"
exp_granted_type = EXP_TYPE_CREW
config_tag = "PSYCHOLOGIST"
@@ -10,7 +10,6 @@
spawn_positions = 1
minimal_player_age = 7
supervisors = SUPERVISOR_CAPTAIN
selection_color = "#d7b088"
exp_required_type_department = EXP_TYPE_SUPPLY
exp_granted_type = EXP_TYPE_CREW
config_tag = "QUARTERMASTER"
@@ -10,7 +10,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_CAPTAIN
selection_color = "#ffddff"
req_admin_notify = 1
minimal_player_age = 7
exp_required_type_department = EXP_TYPE_SCIENCE
@@ -6,7 +6,6 @@
total_positions = 2
spawn_positions = 2
supervisors = SUPERVISOR_RD
selection_color = "#ffeeff"
exp_requirements = 60
exp_required_type = EXP_TYPE_CREW
exp_granted_type = EXP_TYPE_CREW
-1
View File
@@ -6,7 +6,6 @@
total_positions = 5
spawn_positions = 3
supervisors = SUPERVISOR_RD
selection_color = "#ffeeff"
exp_requirements = 60
exp_required_type = EXP_TYPE_CREW
exp_granted_type = EXP_TYPE_CREW
@@ -8,7 +8,6 @@
total_positions = 5 //Handled in /datum/controller/occupations/proc/setup_officer_positions()
spawn_positions = 5 //Handled in /datum/controller/occupations/proc/setup_officer_positions()
supervisors = "the Head of Security, and the head of your assigned department (if applicable)"
selection_color = "#ffeeee"
minimal_player_age = 7
exp_requirements = 300
exp_required_type = EXP_TYPE_CREW
@@ -7,7 +7,6 @@
total_positions = 3
spawn_positions = 3
supervisors = SUPERVISOR_QM
selection_color = "#dcba97"
exp_granted_type = EXP_TYPE_CREW
config_tag = "SHAFT_MINER"
@@ -7,7 +7,6 @@
total_positions = 5
spawn_positions = 5
supervisors = SUPERVISOR_CE
selection_color = "#fff5cc"
exp_requirements = 60
exp_required_type = EXP_TYPE_CREW
exp_granted_type = EXP_TYPE_CREW
@@ -7,7 +7,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_CMO
selection_color = "#ffeef0"
exp_requirements = 60
exp_required_type = EXP_TYPE_CREW
exp_granted_type = EXP_TYPE_CREW
-1
View File
@@ -9,7 +9,6 @@
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_HOS
selection_color = "#ffeeee"
minimal_player_age = 7
exp_requirements = 300
exp_required_type = EXP_TYPE_CREW