From c5bfe82728c45c5329f8ea31048ef71a788708e2 Mon Sep 17 00:00:00 2001 From: Kmc2000 Date: Wed, 20 Nov 2019 21:32:44 +0000 Subject: [PATCH] Yeet --- code/modules/jobs/job_types/shaft_miner.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"