Removes the ingame text asking heads of staff to ahelp upon disconnect (#6620)

I've never seen this provide any meaningful information. We can generally track this easily enough if required, otherwise it's just noise anyways.
This commit is contained in:
Erki
2019-06-27 21:26:44 +03:00
committed by GitHub
parent 476b8479b9
commit 997925cb9b
9 changed files with 11 additions and 17 deletions
-3
View File
@@ -410,9 +410,6 @@
if(job.supervisors)
to_chat(H, "<b>As the [alt_title ? alt_title : rank] you answer directly to [job.supervisors]. Special circumstances may change this.</b>")
if(job.req_admin_notify)
to_chat(H, "<b>You are playing a job that is important for Game Progression. If you have to disconnect, please notify the admins via adminhelp.</b>")
//Gives glasses to the vision impaired
if(H.disabilities & NEARSIGHTED && !megavend)
var/equipped = H.equip_to_slot_or_del(new /obj/item/clothing/glasses/regular(H), slot_glasses)