diff --git a/code/game/jobs/jobs.dm b/code/game/jobs/jobs.dm index 70daf80d5db..aa5d0bcf9d9 100644 --- a/code/game/jobs/jobs.dm +++ b/code/game/jobs/jobs.dm @@ -53,6 +53,8 @@ GLOBAL_LIST_INIT(security_positions, list( "Security Officer", "Brig Physician", "Security Pod Pilot", + "Security Trainer", + "Patrol Officer", "Magistrate" ))