From 09de210dfca915f0d650610c7133c625c996310b Mon Sep 17 00:00:00 2001 From: Derpguy3 <85206687+Derpguy3@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:09:36 -0700 Subject: [PATCH] Corrects a minor grammar mistake in a job description and crate (#80327) ## About The Pull Request Specifically corrects the following; - Adds a period to the end of the Research Director's job description. - Fixes the grammar for the description of the encrypted cache crate. ## Why It's Good For The Game Proper grammar makes things look nice. ## Changelog :cl: spellcheck: Fixed a minor grammar mistake in the RD's job description and the encrypted cache crate. /:cl: --- code/modules/bitrunning/objects/loot_crate.dm | 2 +- code/modules/jobs/job_types/research_director.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/bitrunning/objects/loot_crate.dm b/code/modules/bitrunning/objects/loot_crate.dm index d7d7eb8c777..539f977c778 100644 --- a/code/modules/bitrunning/objects/loot_crate.dm +++ b/code/modules/bitrunning/objects/loot_crate.dm @@ -17,7 +17,7 @@ /// The virtual domain - side of the bitrunning crate. Deliver to the send location. /obj/structure/closet/crate/secure/bitrunning/encrypted name = "encrypted cache" - desc = "Needs decrypted at the safehouse to be opened." + desc = "Needs to be decrypted at the safehouse to be opened." locked = TRUE damage_deflection = 30 diff --git a/code/modules/jobs/job_types/research_director.dm b/code/modules/jobs/job_types/research_director.dm index 684c88a7e0f..f2994388838 100644 --- a/code/modules/jobs/job_types/research_director.dm +++ b/code/modules/jobs/job_types/research_director.dm @@ -2,7 +2,7 @@ title = JOB_RESEARCH_DIRECTOR description = "Supervise research efforts, ensure Robotics is in working \ order, make sure the AI and its Cyborgs aren't rogue, replacing them if \ - they are" + they are." auto_deadmin_role_flags = DEADMIN_POSITION_HEAD department_head = list(JOB_CAPTAIN) head_announce = list("Science")