From 8f5c17e4dae84f1b3d749451a4506fed5e70d9e8 Mon Sep 17 00:00:00 2001 From: Apple_Master Date: Sun, 25 Mar 2012 17:24:05 +0100 Subject: [PATCH] A fix for ""Station Engineer" NOT GIVEN RANK, REPORT JOBS.DM ERROR TO SKYMARSHAL A CODER". Ta Pobiega <3 Signed-off-by: Apple_Master --- code/game/jobs/jobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/jobs.dm b/code/game/jobs/jobs.dm index 85933c7b972..8cc8fc9e396 100644 --- a/code/game/jobs/jobs.dm +++ b/code/game/jobs/jobs.dm @@ -124,7 +124,7 @@ var/list/nonhuman_positions = list( return 0 if("Chaplain","Botanist","Hydroponicist","Medical Doctor","Atmospheric Technician","Geneticist") return 1 - if("Quartermaster","Cargo Technician","Chemist", "Engineer","Roboticist", "Security Officer", "Forensic Technician","Detective", "Scientist","Shaft Miner") + if("Quartermaster","Cargo Technician","Chemist", "Station Engineer","Roboticist", "Security Officer", "Forensic Technician","Detective", "Scientist","Shaft Miner") return 2 if("Research Director","Chief Medical Officer","Head of Security","Chief Engineer","Warden") return 3