mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Adds FM to Medical department too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user