From 49687ff738dd76e4cfdeb6fa53197db483d4859a Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Sun, 1 Mar 2020 16:11:13 -0500 Subject: [PATCH] Updates notify admin text for command roles (#13039) * update notify admin text * k * grammar * more grammar --- code/controllers/subsystem/jobs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/controllers/subsystem/jobs.dm b/code/controllers/subsystem/jobs.dm index 504a2d74a2c..d7e7a3cc33e 100644 --- a/code/controllers/subsystem/jobs.dm +++ b/code/controllers/subsystem/jobs.dm @@ -439,7 +439,7 @@ SUBSYSTEM_DEF(jobs) if(job.is_security) to_chat(H, "As a member of Security, you are to know Space Law, Legal Standard Operating Procedure, as well as your Department SOP") if(job.req_admin_notify) - to_chat(H, "You are playing a job that is important for the game progression. If you have to disconnect, please notify the admins via adminhelp.") + to_chat(H, "You are playing a job that is important for the game progression. If you have to disconnect, please go to cryo and inform command. If you are unable to do so, please notify the admins via adminhelp.") return H /datum/controller/subsystem/jobs/proc/EquipRank(mob/living/carbon/human/H, rank, joined_late = 0) // Equip and put them in an area @@ -690,4 +690,4 @@ SUBSYSTEM_DEF(jobs) .++ new_id_change_records["[id_change_counter]"] = thisrecord id_change_counter++ - id_change_records = new_id_change_records \ No newline at end of file + id_change_records = new_id_change_records