From de8f3c512b25103041dea5173f874fbe8ad39219 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 25 Apr 2020 21:19:08 -0400 Subject: [PATCH] Adds FM to Medical department too --- code/game/jobs/job/exploration_vr.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/game/jobs/job/exploration_vr.dm b/code/game/jobs/job/exploration_vr.dm index a63f3c2fb7..96f1995ca6 100644 --- a/code/game/jobs/job/exploration_vr.dm +++ b/code/game/jobs/job/exploration_vr.dm @@ -39,7 +39,7 @@ var/const/SAR =(1<<14) faction = "Station" total_positions = 1 spawn_positions = 1 - supervisors = "the colony director" + supervisors = "the Colony Director" selection_color = "#d6d05c" economic_modifier = 8 minimal_player_age = 7 @@ -61,7 +61,7 @@ var/const/SAR =(1<<14) faction = "Station" total_positions = 4 spawn_positions = 4 - supervisors = "the pathfinder" + supervisors = "the Pathfinder" selection_color = "#999440" economic_modifier = 5 minimal_player_age = 3 @@ -82,7 +82,7 @@ var/const/SAR =(1<<14) faction = "Station" total_positions = 3 spawn_positions = 3 - supervisors = "the pathfinder" + supervisors = "the Pathfinder" selection_color = "#999440" economic_modifier = 6 pto_type = PTO_EXPLORATION @@ -97,12 +97,12 @@ var/const/SAR =(1<<14) /datum/job/sar title = "Field Medic" flag = SAR - departments = list(DEPARTMENT_PLANET) + departments = list(DEPARTMENT_PLANET, DEPARTMENT_MEDICAL) department_flag = MEDSCI faction = "Station" total_positions = 2 spawn_positions = 2 - supervisors = "the pathfinder" + supervisors = "the Pathfinder" selection_color = "#999440" economic_modifier = 6 minimal_player_age = 3