mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
VS: SC Jobs count tweak
This commit is contained in:
@@ -91,8 +91,8 @@ var/const/access_explorer = 43
|
||||
department = "Science" //VOREStation Edit
|
||||
department_flag = MEDSCI //VOREStation Edit
|
||||
faction = "Station"
|
||||
total_positions = 4
|
||||
spawn_positions = 4
|
||||
total_positions = 3 //VOREStation Edit
|
||||
spawn_positions = 3 //VOREStation Edit
|
||||
supervisors = "the research director" //VOREStation Edit
|
||||
selection_color = "#633D63" //VOREStation Edit
|
||||
idtype = /obj/item/weapon/card/id/civilian/explorer
|
||||
@@ -110,8 +110,8 @@ var/const/access_explorer = 43
|
||||
department = "Medical"
|
||||
department_flag = MEDSCI
|
||||
faction = "Station"
|
||||
total_positions = 2
|
||||
spawn_positions = 2
|
||||
total_positions = 2 //VOREStation Edit
|
||||
spawn_positions = 2 //VOREStation Edit
|
||||
supervisors = "the chief medical officer"
|
||||
selection_color = "#013D3B" //VOREStation Edit
|
||||
idtype = /obj/item/weapon/card/id/medical
|
||||
|
||||
Reference in New Issue
Block a user