diff --git a/code/modules/jobs/job_types/security_officer.dm b/code/modules/jobs/job_types/security_officer.dm index d0367a8cd6..77cf04cbf7 100644 --- a/code/modules/jobs/job_types/security_officer.dm +++ b/code/modules/jobs/job_types/security_officer.dm @@ -111,11 +111,9 @@ GLOBAL_LIST_INIT(available_depts, list(SEC_DEPT_ENGINEERING, SEC_DEPT_MEDICAL, S else break if(department) - to_chat(M, "You have been assigned to [department]!") + to_chat(H, "You have been assigned to [department]!") else - to_chat(M, "You have not been assigned to any department. Patrol the halls and help where needed.") - - + to_chat(H, "You have not been assigned to any department. Patrol the halls and help where needed.") /datum/outfit/job/security name = "Security Officer"