From eda4afd09dde7867e29345ef7e42acc3026c1d45 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 10 Jan 2022 20:52:11 +0100 Subject: [PATCH] [MIRROR] removes opening new CE job slots [MDB IGNORE] (#10576) * removes opening new CE job slots * Feex!! Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> --- .../modular_computers/file_system/programs/jobmanagement.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/modular_computers/file_system/programs/jobmanagement.dm b/code/modules/modular_computers/file_system/programs/jobmanagement.dm index 9e511946a3d..1d9726d0deb 100644 --- a/code/modules/modular_computers/file_system/programs/jobmanagement.dm +++ b/code/modules/modular_computers/file_system/programs/jobmanagement.dm @@ -14,7 +14,7 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) program_icon = "address-book" var/change_position_cooldown = 30 - //Jobs you cannot open new positions for + ///Jobs blacklisted from having their slots edited. var/list/blacklisted = list( JOB_CAPTAIN, JOB_HEAD_OF_PERSONNEL, @@ -25,7 +25,7 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) JOB_CLOWN, JOB_BLUESHIELD, JOB_NT_REP, // SKYRAT EDIT ADD END - JOB_CHIEF_MEDICAL_OFFICER, + JOB_CHIEF_ENGINEER, JOB_CHIEF_MEDICAL_OFFICER, JOB_AI, JOB_CYBORG,