From 559252f8a532fb14332796628cfa80590ef17adf Mon Sep 17 00:00:00 2001 From: Isaac Erwin Date: Sun, 3 Jul 2016 20:44:04 -0400 Subject: [PATCH] Fixes ID computers being able to change the amount of centcom job slots --- code/game/machinery/computer/card.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index 7af28cc4f73..dfc4e43f4a8 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -37,6 +37,8 @@ var/time_last_changed_position = 0 /datum/job/mechanic, /datum/job/barber, /datum/job/chaplain, + /datum/job/ntnavyofficer, + /datum/job/ntspecops, /datum/job/civilian )