diff --git a/code/modules/modular_computers/file_system/programs/jobmanagement.dm b/code/modules/modular_computers/file_system/programs/jobmanagement.dm index c6049f8885d..9f4516d32c5 100644 --- a/code/modules/modular_computers/file_system/programs/jobmanagement.dm +++ b/code/modules/modular_computers/file_system/programs/jobmanagement.dm @@ -28,7 +28,9 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) "Security Medic", "Clown", "Blueshield", - "Chief Medical Officer") + "Chief Medical Officer", + "Quartermaster", + "Shuttle Pilot") //The scaling factor of max total positions in relation to the total amount of people on board the station in % var/max_relative_positions = 30 //30%: Seems reasonable, limit of 6 @ 20 players