mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge commit '179a607a90ad7ec62bdaff4e6fe72af60ee56442' of https://github.com/tgstation/tgstation into upstream-24-10b
This commit is contained in:
@@ -103,7 +103,7 @@ ADMIN_VERB(cmd_admin_pm_panel, R_NONE, "Admin PM", "Show a list of clients to PM
|
||||
if(length(recipient_interactions) == 1)
|
||||
if(length(opening_interactions)) // Inform the admin that they aren't the first
|
||||
var/printable_interators = english_list(opening_interactions)
|
||||
SEND_SOUND(src, sound('sound/machines/buzz-sigh.ogg', volume=30))
|
||||
SEND_SOUND(src, sound('sound/machines/buzz/buzz-sigh.ogg', volume=30))
|
||||
message_prompt += "\n\n**This ticket is already being responded to by: [printable_interators]**"
|
||||
// add the admin who is currently responding to the list of people responding
|
||||
LAZYADD(recipient_ticket.opening_responders, src)
|
||||
|
||||
Reference in New Issue
Block a user