mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Handle /this/ (#8030)
This commit is contained in:
@@ -543,6 +543,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
|
||||
if("reject")
|
||||
Reject()
|
||||
if("reply")
|
||||
HandleIssue() /// SKYRAT EDIT ADDITION - ADMIN HANDLE
|
||||
usr.client.cmd_ahelp_reply(initiator)
|
||||
if("icissue")
|
||||
ICIssue()
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
return
|
||||
//SKYRAT EDIT ADDITION END
|
||||
|
||||
var/msg = "<span class ='adminhelp'>Your ticket is now being handled by [usr?.client?.holder?.fakekey? usr.client.holder.fakekey : "an administrator"]! Please wait while they type their response and/or gather relevant information.</span>"
|
||||
var/msg = span_adminhelp("Your ticket is now being handled by [usr?.client?.holder?.fakekey? usr.client.holder.fakekey : "an administrator"]! Please wait while they type their response and/or gather relevant information.")
|
||||
|
||||
if(initiator)
|
||||
to_chat(initiator, msg)
|
||||
|
||||
Reference in New Issue
Block a user