From e51da67ad1333b9b08f17a16fc2ccdbaee575489 Mon Sep 17 00:00:00 2001 From: Meghan-Rossi <56671765+Meghan-Rossi@users.noreply.github.com> Date: Sun, 23 Feb 2020 01:56:39 +0000 Subject: [PATCH] Fix psychiatrist/psychologist descriptions. --- code/game/jobs/job/medical.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/jobs/job/medical.dm b/code/game/jobs/job/medical.dm index 2fe01f4697..5eec65f9ea 100644 --- a/code/game/jobs/job/medical.dm +++ b/code/game/jobs/job/medical.dm @@ -167,7 +167,7 @@ access = list(access_medical, access_medical_equip, access_morgue, access_psychiatrist) minimal_access = list(access_medical, access_medical_equip, access_psychiatrist) outfit_type = /decl/hierarchy/outfit/job/medical/psychiatrist - job_description = "The Psychologist provides mental health services to crew members in need. They may also be called upon to determine whatever \ + job_description = "A Psychiatrist provides mental health services to crew members in need. They may also be called upon to determine whatever \ ails the mentally unwell, frequently under Security supervision. They understand the effects of various psychoactive drugs." alt_titles = list("Psychiatrist" = /datum/alt_title/psychiatrist, "Psychologist" = /datum/alt_title/psychologist) @@ -177,7 +177,7 @@ /datum/alt_title/psychologist title = "Psychologist" - title_blurb = "A Psychiatrist provides mental health services to crew members in need, focusing more on therapy than medication. They may also be \ + title_blurb = "A Psychologist provides mental health services to crew members in need, focusing more on therapy than medication. They may also be \ called upon to determine whatever ails the mentally unwell, frequently under Security supervision." title_outfit = /decl/hierarchy/outfit/job/medical/psychiatrist/psychologist