diff --git a/code/game/jobs/job/civilian.dm b/code/game/jobs/job/civilian.dm index d584d21a7b7..4cf5bc0e194 100644 --- a/code/game/jobs/job/civilian.dm +++ b/code/game/jobs/job/civilian.dm @@ -363,7 +363,7 @@ total_positions = 1 spawn_positions = 1 supervisors = "the captain" - selection_color = "#7B431C" + selection_color = "#967032" economic_modifier = 5 minimum_character_age = 30 @@ -406,7 +406,7 @@ total_positions = 3 spawn_positions = 3 supervisors = "the supply manager" - selection_color = "#967032" + selection_color = "#7B431C" minimum_character_age = 18 @@ -441,7 +441,7 @@ total_positions = 3 spawn_positions = 3 supervisors = "the supply manager" - selection_color = "#967032" + selection_color = "#7B431C" economic_modifier = 5 minimum_character_age = 18 @@ -487,7 +487,7 @@ total_positions = 2 spawn_positions = 2 supervisors = "operations manager" - selection_color = "#967032" + selection_color = "#7B431C" economic_modifier = 5 minimum_character_age = 25 diff --git a/code/game/jobs/job/outsider/merchant.dm b/code/game/jobs/job/outsider/merchant.dm index 296b4949b5a..7a91d3cb620 100644 --- a/code/game/jobs/job/outsider/merchant.dm +++ b/code/game/jobs/job/outsider/merchant.dm @@ -15,6 +15,8 @@ public_account = FALSE initial_funds_override = 2500 + selection_color = "#c9ad12" + access = list(access_merchant) minimal_access = list(access_merchant) diff --git a/code/game/jobs/job/outsider/representative.dm b/code/game/jobs/job/outsider/representative.dm index 90281bd644d..474eb30025a 100644 --- a/code/game/jobs/job/outsider/representative.dm +++ b/code/game/jobs/job/outsider/representative.dm @@ -7,7 +7,7 @@ total_positions = 1 spawn_positions = 1 supervisors = "company officials" - selection_color = "#90524b" + selection_color = "#6186cf" economic_modifier = 7 latejoin_at_spawnpoints = TRUE