From 319871481b1fee8b80ce6d31d46016de8844bfab Mon Sep 17 00:00:00 2001 From: Byemoh Date: Sat, 29 Apr 2023 13:09:30 -0500 Subject: [PATCH] bye (#18650) --- code/modules/jobs/job_types/cargo_technician.dm | 4 ++-- config/jobs.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/jobs/job_types/cargo_technician.dm b/code/modules/jobs/job_types/cargo_technician.dm index 18e313d962bf..eed6f4feb724 100644 --- a/code/modules/jobs/job_types/cargo_technician.dm +++ b/code/modules/jobs/job_types/cargo_technician.dm @@ -8,8 +8,8 @@ department_head = list("Head of Personnel") department_flag = CIVILIAN faction = "Station" - total_positions = 3 - spawn_positions = 2 + total_positions = 2 + spawn_positions = 1 supervisors = "the quartermaster and the head of personnel" selection_color = "#dcba97" diff --git a/config/jobs.txt b/config/jobs.txt index a0c1ffa970b8..0f20c2291552 100644 --- a/config/jobs.txt +++ b/config/jobs.txt @@ -12,7 +12,7 @@ Chief Medical Officer=1,1 Assistant=-1,-1 Quartermaster=1,1 -Cargo Technician=3,2 +Cargo Technician=2,1 Shaft Miner=3,3 Bartender=1,1 @@ -43,4 +43,4 @@ Detective=1,1 Security Officer=5,5 AI=0,1 -Cyborg=0,1 \ No newline at end of file +Cyborg=0,1