From 13e110ac433f0950a004f5d6d1acee42c6c8658c Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:03:46 -0400 Subject: [PATCH] Update prisoner.dm --- code/modules/jobs/job_types/prisoner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/prisoner.dm b/code/modules/jobs/job_types/prisoner.dm index 13c18c21ca..2ad2f32537 100644 --- a/code/modules/jobs/job_types/prisoner.dm +++ b/code/modules/jobs/job_types/prisoner.dm @@ -4,7 +4,7 @@ datum/job/prisoner department_head = list("The Security Team") department_flag = CIVILIAN faction = "Station" - total_positions = 2 + total_positions = 0 spawn_positions = 2 supervisors = "the security team"