Skip to content

Commit

Permalink
Merge pull request #328 from Fennec82/MoreAltTitles
Browse files Browse the repository at this point in the history
Adds New Alt Titles
  • Loading branch information
SandPoot authored Jul 2, 2023
2 parents e078749 + 3297cf1 commit ee0f41c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions modular_sand/code/modules/jobs/job_types/_job_alt_titles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
alt_titles = list(
"Chief of Security",
"Sheriff",
"Praetor"
"Praetor",
"Tarkhan" //If this reference is an issue I will remove it
)

/datum/job/qm
Expand Down Expand Up @@ -127,7 +128,8 @@
"Biomechanical Engineer",
"Mechatronic Engineer",
"Mechanic",
"Robotics Operator"
"Robotics Operator",
"MODsuit Engineer"
)

/datum/job/scientist
Expand All @@ -149,17 +151,21 @@
alt_titles = list(
"Nurse",
"Surgeon",
"Medical Secretary"
"Medical Secretary",
"Emergency Physician",
"Field Surgeon"
)

/datum/job/geneticist
alt_titles = list(
"Genetic Therapist"
"Genetic Therapist",
"Bioengineer"
)

/datum/job/paramedic
alt_titles = list(
"Emergency Medical Technician"
"Emergency Medical Technician",
"Advanced Emergency Medical Technician"
)

/datum/job/virologist
Expand Down

0 comments on commit ee0f41c

Please sign in to comment.