From eb0ab395cbdf763c83bd495f31d2468bbd2054b2 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Fri, 26 Jan 2018 18:46:03 -0500 Subject: [PATCH] VS: SC Jobs count tweak --- maps/southern_cross/southern_cross_jobs.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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