Merge pull request #6387 from Heroman3003/ahelp-feedback

Makes ahelping on existing ticket give proper feedback
This commit is contained in:
Atermonera
2019-08-08 12:08:36 -08:00
committed by VirgoBot
parent 15948e7e4c
commit 1a15bb765d

View File

@@ -490,6 +490,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
if(alert(usr, "You already have a ticket open. Is this for the same issue?",,"Yes","No") != "No")
if(current_ticket)
current_ticket.MessageNoRecipient(msg)
to_chat(usr, "<span class='adminnotice'>PM to-<b>Admins</b>: [msg]</span>")
return
else
to_chat(usr, "<span class='warning'>Ticket not found, creating new one...</span>")