diff --git a/maps/southern_cross/southern_cross_jobs.dm b/maps/southern_cross/southern_cross_jobs.dm index 08cff4c857d..b9cc91c4470 100644 --- a/maps/southern_cross/southern_cross_jobs.dm +++ b/maps/southern_cross/southern_cross_jobs.dm @@ -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