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")