Skip to content

Commit

Permalink
Yeet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kmc2000 committed Nov 20, 2019
1 parent d3a0bf9 commit c5bfe82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/jobs/job_types/shaft_miner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c5bfe82

Please sign in to comment.