mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
March update bugfixes (#4373)
-fixes lack of light in the forensic lower area of the brig -fixes the window tinting button missing from the bar -fixes #4371 -fixes #4370 -fixes the escape shuttle transit -fixes the wizard coat missing in the map -changes the color of when someone takes a tick to red, instead of blue -removes the extra escape shuttles that were left somewhere on the map for some reason
This commit is contained in:
@@ -60,7 +60,7 @@ var/global/list/ticket_panels = list()
|
||||
discord_bot.send_to_admins("[key_name(owner_client)]'s request for help has been taken by [key_name(assigned_admin)].")
|
||||
owner_client.adminhelped = ADMINHELPED
|
||||
|
||||
message_admins("<span class='notice'><b>[key_name(assigned_admin)]</b> has assigned themself to <b>[src.owner]'s</b> ticket.</span>")
|
||||
message_admins("<span class='danger'><b>[key_name(assigned_admin)]</b> has assigned themself to <b>[src.owner]'s</b> ticket.</span>")
|
||||
to_chat(client_by_ckey(src.owner), "<span class='notice'><b>[assigned_admin] has added themself to your ticket and should respond shortly. Thanks for your patience!</b></span>")
|
||||
|
||||
update_ticket_panels()
|
||||
|
||||
Reference in New Issue
Block a user