Adds FM to Medical department too

This commit is contained in:
Unknown
2020-04-25 21:19:08 -04:00
parent b1c445f816
commit de8f3c512b

View File

@@ -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