mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user