diff --git a/code/modules/jobs/job_types/cyborg.dm b/code/modules/jobs/job_types/cyborg.dm index 4bb0a3d8f75..b83c0dcbb43 100644 --- a/code/modules/jobs/job_types/cyborg.dm +++ b/code/modules/jobs/job_types/cyborg.dm @@ -2,7 +2,7 @@ title = "Cyborg" auto_deadmin_role_flags = DEADMIN_POSITION_SILICON faction = "Station" - total_positions = 3 // SKYRAT EDIT: Original value (0) + total_positions = 0 spawn_positions = 3 // SKYRAT EDIT: Original value (1) supervisors = "your laws and the AI" //Nodrak selection_color = "#ddffdd" diff --git a/config/jobs.txt b/config/jobs.txt index 36ce98b873b..56db307438f 100644 --- a/config/jobs.txt +++ b/config/jobs.txt @@ -52,4 +52,4 @@ Security Medic=1,1 Corrections Officer 1,1 AI=1,1 -Cyborg=3,3 +Cyborg=0,3