diff --git a/code/modules/jobs/job_types/shaft_miner.dm b/code/modules/jobs/job_types/shaft_miner.dm index e2b059c7ed6..9ec3f66691a 100644 --- a/code/modules/jobs/job_types/shaft_miner.dm +++ b/code/modules/jobs/job_types/shaft_miner.dm @@ -4,8 +4,8 @@ department_head = list("Executive Officer") department_flag = CIVILIAN faction = "Station" - total_positions = 3 - spawn_positions = 3 + total_positions = 0 //CHANGE ME BACK TO 3 WHEN WE GET A MINING UPDATE ¬KMC + spawn_positions = 0 supervisors = "the quartermaster and the Executive Officer" selection_color = "#dcba97"