From 96353ded8d47baed63db017360103fcf2ea63189 Mon Sep 17 00:00:00 2001 From: Miniature Date: Tue, 14 Feb 2012 02:39:59 +1030 Subject: [PATCH] Reduced max permissions for a bunch of jobs botanist atmos tech roboticist geneticist chemist --- code/game/jobs/job/civilian.dm | 2 +- code/game/jobs/job/engineering.dm | 4 ++-- code/game/jobs/job/medical.dm | 4 ++-- code/game/jobs/job/science.dm | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/game/jobs/job/civilian.dm b/code/game/jobs/job/civilian.dm index 58949c45eec..57d4d002cd2 100644 --- a/code/game/jobs/job/civilian.dm +++ b/code/game/jobs/job/civilian.dm @@ -53,7 +53,7 @@ flag = BOTANIST department_flag = CIVILIAN faction = "Station" - total_positions = 3 + total_positions = 2 spawn_positions = 2 supervisors = "the head of personnel" diff --git a/code/game/jobs/job/engineering.dm b/code/game/jobs/job/engineering.dm index c5b159aaef6..b28011c762a 100644 --- a/code/game/jobs/job/engineering.dm +++ b/code/game/jobs/job/engineering.dm @@ -51,7 +51,7 @@ flag = ATMOSTECH department_flag = ENGSEC faction = "Station" - total_positions = 3 + total_positions = 2 spawn_positions = 2 supervisors = "the chief engineer" @@ -73,7 +73,7 @@ flag = ROBOTICIST department_flag = ENGSEC faction = "Station" - total_positions = 2 + total_positions = 1 spawn_positions = 1 supervisors = "the chief engineer and research director" diff --git a/code/game/jobs/job/medical.dm b/code/game/jobs/job/medical.dm index 501200ebcfa..bc3ce694f41 100644 --- a/code/game/jobs/job/medical.dm +++ b/code/game/jobs/job/medical.dm @@ -52,8 +52,8 @@ flag = GENETICIST department_flag = MEDSCI faction = "Station" - total_positions = 2 - spawn_positions = 2 + total_positions = 1 + spawn_positions = 1 supervisors = "the chief medical officer and research director" diff --git a/code/game/jobs/job/science.dm b/code/game/jobs/job/science.dm index a764f6e98ff..3eedd80b16a 100644 --- a/code/game/jobs/job/science.dm +++ b/code/game/jobs/job/science.dm @@ -49,8 +49,8 @@ flag = CHEMIST department_flag = MEDSCI faction = "Station" - total_positions = 2 - spawn_positions = 2 + total_positions = 1 + spawn_positions = 1 supervisors = "the chief medical officer and the research director"