diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index c09571606df..7fa03d9693b 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -35,6 +35,7 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) "Research Director", "Chief Medical Officer", "Security Medic", //SKYRAT EDIT ADDITION - SEC_HUAL + "Clown", //SKYRAT EDIT: Host request "Security Sergeant", //SKYRAT EDIT ADDITION - SEC_HAUL "Blueshield", //SKYRAT EDIT: Blueshield slots should never be above 1. "Prisoner") diff --git a/code/modules/modular_computers/file_system/programs/jobmanagement.dm b/code/modules/modular_computers/file_system/programs/jobmanagement.dm index bcb650f760c..c6049f8885d 100644 --- a/code/modules/modular_computers/file_system/programs/jobmanagement.dm +++ b/code/modules/modular_computers/file_system/programs/jobmanagement.dm @@ -24,6 +24,10 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) "Head of Security", "Chief Engineer", "Research Director", + "Security Sergeant", + "Security Medic", + "Clown", + "Blueshield", "Chief Medical Officer") //The scaling factor of max total positions in relation to the total amount of people on board the station in %