diff --git a/code/game/jobs/job/civilian.dm b/code/game/jobs/job/civilian.dm index 58949c45ee..57d4d002cd 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 c5b159aaef..b28011c762 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 501200ebcf..bc3ce694f4 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 a764f6e98f..3eedd80b16 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"