From a5a7bb2485e11accd5563a83b6ff76bd54e5562a Mon Sep 17 00:00:00 2001 From: VampyrBytes Date: Sun, 27 Jul 2014 09:43:21 +0100 Subject: [PATCH] Fixes job selection Selecting Sec pod pilot will no longer toggle Atmos tec --- 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 488417fb183..84c46382e7b 100644 --- a/code/game/jobs/job/security.dm +++ b/code/game/jobs/job/security.dm @@ -234,7 +234,7 @@ /datum/job/pilot title = "Security Pod Pilot" flag = PILOT - department_flag = ENGSEC + department_flag = KARMA total_positions = 1 spawn_positions = 1 supervisors = "the head of security"