From 9f4acaf412c53e4e0e9010488b396df8744ba7bc Mon Sep 17 00:00:00 2001 From: alberyk Date: Fri, 24 Sep 2021 01:25:50 -0300 Subject: [PATCH] Colors --- code/game/jobs/job/civilian.dm | 8 ++++---- code/game/jobs/job/outsider/merchant.dm | 2 ++ code/game/jobs/job/outsider/representative.dm | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) 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