From 1c7996745bd7ef711fac6c9a7a86d96244cd65d6 Mon Sep 17 00:00:00 2001 From: Kyep Date: Sat, 25 Feb 2017 18:26:41 -0800 Subject: [PATCH] Supports +2 more security officer slots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes security officer job slots from 5 to 7. No map changes, as brig already has 8 sec lockers (plus an additional one in arrivals). Plus, I don't want to conflict with Free's PR. 🆑 Kyep tweak: changed security officer job slots from 5 to 7. /🆑 --- code/game/jobs/job/security.dm | 4 ++-- config/example/jobs.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/jobs/job/security.dm b/code/game/jobs/job/security.dm index cd1e3fb370d..76b31947fb9 100644 --- a/code/game/jobs/job/security.dm +++ b/code/game/jobs/job/security.dm @@ -149,8 +149,8 @@ title = "Security Officer" flag = OFFICER department_flag = ENGSEC - total_positions = 5 - spawn_positions = 5 + total_positions = 7 + spawn_positions = 7 is_security = 1 supervisors = "the head of security" selection_color = "#ffeeee" diff --git a/config/example/jobs.txt b/config/example/jobs.txt index 060cf2d6a73..962803ab886 100644 --- a/config/example/jobs.txt +++ b/config/example/jobs.txt @@ -24,7 +24,7 @@ Shaft Miner=3 Warden=1 Detective=1 -Security Officer=5 +Security Officer=7 Assistant=-1 Atmospheric Technician=4