mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Resolving tickets now informs the player. (#31357)
* Update adminhelp.dm * Update adminhelp.dm
This commit is contained in:
committed by
ShizCalev
parent
fab4dd3d5c
commit
caf10e8801
@@ -338,6 +338,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user