From 058ca75ce87d8f31e7d1e8b2f5573d51e69eb61e Mon Sep 17 00:00:00 2001 From: Osetrokarasek <78341303+ostrkrs@users.noreply.github.com> Date: Mon, 15 Sep 2025 02:08:02 +0500 Subject: [PATCH] Update medical_jobs.dm (#30343) Signed-off-by: Osetrokarasek <78341303+ostrkrs@users.noreply.github.com> --- code/game/jobs/job/medical_jobs.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/game/jobs/job/medical_jobs.dm b/code/game/jobs/job/medical_jobs.dm index 1841c9f4ef5..9f7bafa1945 100644 --- a/code/game/jobs/job/medical_jobs.dm +++ b/code/game/jobs/job/medical_jobs.dm @@ -7,7 +7,7 @@ job_department_flags = DEP_FLAG_COMMAND | DEP_FLAG_MEDICAL supervisors = "the captain" department_head = list("Captain") - selection_color = "#ffddf0" + selection_color = "#b8ebfa" req_admin_notify = 1 department_account_access = TRUE access = list( @@ -69,7 +69,7 @@ job_department_flags = DEP_FLAG_MEDICAL supervisors = "the chief medical officer" department_head = list("Chief Medical Officer") - selection_color = "#ffeef0" + selection_color = "#cbf7ff" access = list( ACCESS_MAINT_TUNNELS, ACCESS_MEDICAL, @@ -112,7 +112,7 @@ job_department_flags = DEP_FLAG_MEDICAL supervisors = "the chief medical officer" department_head = list("Chief Medical Officer") - selection_color = "#ffeef0" + selection_color = "#cbf7ff" access = list( ACCESS_MAINT_TUNNELS, ACCESS_MEDICAL, @@ -180,7 +180,7 @@ job_department_flags = DEP_FLAG_MEDICAL supervisors = "the chief medical officer" department_head = list("Chief Medical Officer") - selection_color = "#ffeef0" + selection_color = "#cbf7ff" access = list( ACCESS_CHEMISTRY, ACCESS_MAINT_TUNNELS, @@ -222,7 +222,7 @@ job_department_flags = DEP_FLAG_MEDICAL supervisors = "the chief medical officer" department_head = list("Chief Medical Officer") - selection_color = "#ffeef0" + selection_color = "#cbf7ff" access = list( ACCESS_MAINT_TUNNELS, ACCESS_MEDICAL, @@ -269,7 +269,7 @@ job_department_flags = DEP_FLAG_MEDICAL supervisors = "the chief medical officer" department_head = list("Chief Medical Officer") - selection_color = "#ffeef0" + selection_color = "#cbf7ff" access = list( ACCESS_MAINT_TUNNELS, ACCESS_MEDICAL, @@ -311,7 +311,7 @@ job_department_flags = DEP_FLAG_MEDICAL supervisors = "the chief medical officer" department_head = list("Chief Medical Officer") - selection_color = "#ffeef0" + selection_color = "#cbf7ff" access = list( ACCESS_CARGO, ACCESS_EVA,