diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index f593d6c9c40..425ca4ef9e5 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -49,8 +49,10 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) /datum/job/blueshield, /datum/job/nanotrasenrep, /datum/job/chaplain, - /datum/job/officer - ) + /datum/job/officer, + /datum/job/qm +) + //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