From dfeb43c496a5eec1825112a408ddff63d4ab3171 Mon Sep 17 00:00:00 2001 From: Raptor1628 Date: Sun, 23 Aug 2015 15:37:24 -0400 Subject: [PATCH] Reduces Detective slots. One detective to compensate for Security Officer, requested by Virgil after Officer PR. --- code/game/jobs/job/security.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job/security.dm b/code/game/jobs/job/security.dm index 9c671edc99..071408b3be 100644 --- a/code/game/jobs/job/security.dm +++ b/code/game/jobs/job/security.dm @@ -86,7 +86,7 @@ department = "Security" department_flag = ENGSEC faction = "Station" - total_positions = 2 + total_positions = 1 spawn_positions = 2 supervisors = "the head of security" selection_color = "#ffeeee"