Merge pull request #31670 from tgstation/Cyberboss-patch-3

IC Issue also tells the ahelper that their ticket has been resolved
This commit is contained in:
Leo
2017-10-14 11:05:43 -03:00
committed by CitadelStationBot
parent 2d2adfbee5
commit 506324fbec
+1 -1
View File
@@ -335,10 +335,10 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
addtimer(CALLBACK(initiator, /client/proc/giveadminhelpverb), 50)
AddInteraction("<font color='green'>Resolved by [key_name].</font>")
to_chat(initiator, "<span class='adminhelp'>Your ticket has been resolved by an admin. The Adminhelp verb will be returned to you shortly.</span>")
if(!silent)
SSblackbox.inc("ahelp_resolve")
var/msg = "Ticket [TicketHref("#[id]")] resolved by [key_name]"
to_chat(initiator, "<span class='adminhelp'>Your ticket has been resolved by an admin. The Adminhelp verb will be returned to you shortly.</span>")
message_admins(msg)
log_admin_private(msg)