mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Adds FM to Medical department too
This commit is contained in:
@@ -39,7 +39,7 @@ var/const/SAR =(1<<14)
|
|||||||
faction = "Station"
|
faction = "Station"
|
||||||
total_positions = 1
|
total_positions = 1
|
||||||
spawn_positions = 1
|
spawn_positions = 1
|
||||||
supervisors = "the colony director"
|
supervisors = "the Colony Director"
|
||||||
selection_color = "#d6d05c"
|
selection_color = "#d6d05c"
|
||||||
economic_modifier = 8
|
economic_modifier = 8
|
||||||
minimal_player_age = 7
|
minimal_player_age = 7
|
||||||
@@ -61,7 +61,7 @@ var/const/SAR =(1<<14)
|
|||||||
faction = "Station"
|
faction = "Station"
|
||||||
total_positions = 4
|
total_positions = 4
|
||||||
spawn_positions = 4
|
spawn_positions = 4
|
||||||
supervisors = "the pathfinder"
|
supervisors = "the Pathfinder"
|
||||||
selection_color = "#999440"
|
selection_color = "#999440"
|
||||||
economic_modifier = 5
|
economic_modifier = 5
|
||||||
minimal_player_age = 3
|
minimal_player_age = 3
|
||||||
@@ -82,7 +82,7 @@ var/const/SAR =(1<<14)
|
|||||||
faction = "Station"
|
faction = "Station"
|
||||||
total_positions = 3
|
total_positions = 3
|
||||||
spawn_positions = 3
|
spawn_positions = 3
|
||||||
supervisors = "the pathfinder"
|
supervisors = "the Pathfinder"
|
||||||
selection_color = "#999440"
|
selection_color = "#999440"
|
||||||
economic_modifier = 6
|
economic_modifier = 6
|
||||||
pto_type = PTO_EXPLORATION
|
pto_type = PTO_EXPLORATION
|
||||||
@@ -97,12 +97,12 @@ var/const/SAR =(1<<14)
|
|||||||
/datum/job/sar
|
/datum/job/sar
|
||||||
title = "Field Medic"
|
title = "Field Medic"
|
||||||
flag = SAR
|
flag = SAR
|
||||||
departments = list(DEPARTMENT_PLANET)
|
departments = list(DEPARTMENT_PLANET, DEPARTMENT_MEDICAL)
|
||||||
department_flag = MEDSCI
|
department_flag = MEDSCI
|
||||||
faction = "Station"
|
faction = "Station"
|
||||||
total_positions = 2
|
total_positions = 2
|
||||||
spawn_positions = 2
|
spawn_positions = 2
|
||||||
supervisors = "the pathfinder"
|
supervisors = "the Pathfinder"
|
||||||
selection_color = "#999440"
|
selection_color = "#999440"
|
||||||
economic_modifier = 6
|
economic_modifier = 6
|
||||||
minimal_player_age = 3
|
minimal_player_age = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user