Skip to content

Commit

Permalink
alt titles (#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto authored Sep 25, 2024
1 parent fd2daa0 commit a03edea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
"Forensic Technician",
"Private Investigator",
"Forensic Scientist",
"Paranormal Investigator",
)

/datum/job/doctor
Expand Down Expand Up @@ -319,7 +320,8 @@
"Xenoarchaeologist",
"Research Assistant",
"Graduate Student",
"Artificer"
"Artificer",
"Cryptozoologist",
)

/datum/job/security_officer
Expand Down
4 changes: 4 additions & 0 deletions tgui/packages/tgui/interfaces/common/JobToIcon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const ALTTITLES = {
'Forensic Technician': BASEICONS['Detective'],
'Private Investigator': BASEICONS['Detective'],
'Forensic Scientist': BASEICONS['Detective'],
'Paranormal Investigator': BASEICONS['Detective'],
// Geneticist - dna
'Mutation Researcher': BASEICONS['Geneticist'],
// Head of Personnel - dog
Expand Down Expand Up @@ -212,6 +213,7 @@ const ALTTITLES = {
'Biorobotics Director': BASEICONS['Research Director'],
'Research Supervisor': BASEICONS['Research Director'],
'Chief Science Officer': BASEICONS['Research Director'],
'Chief Artificer': BASEICONS['Research Director'],
// Roboticist - battery-half
'Biomechanical Engineer': BASEICONS['Roboticist'],
'Mechatronic Engineer': BASEICONS['Roboticist'],
Expand All @@ -228,6 +230,8 @@ const ALTTITLES = {
Xenoarchaeologist: BASEICONS['Scientist'],
'Research Assistant': BASEICONS['Scientist'],
'Graduate Student': BASEICONS['Scientist'],
Artificer: BASEICONS['Scientist'],
Cryptozoologist: BASEICONS['Scientist'],
// Security Officer - shield-halved
'Security Operative': BASEICONS['Security Officer'],
Peacekeeper: BASEICONS['Security Officer'],
Expand Down

0 comments on commit a03edea

Please sign in to comment.