From 91955d09fdba78d921733bec54c6f2b9278033a8 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 21 Feb 2021 02:48:53 +0000 Subject: [PATCH] qm and shuttle pilot slots (#3551) --- .../modular_computers/file_system/programs/jobmanagement.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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