Mentor QOL changes

This commit is contained in:
lm40
2022-08-14 20:53:36 -04:00
parent a3d33ea6c7
commit 8c2443a652
9 changed files with 69 additions and 53 deletions
+1 -10
View File
@@ -24,16 +24,7 @@
else if(href_list["ahelp_tickets"])
GLOB.ahelp_tickets.BrowseTickets(text2num(href_list["ahelp_tickets"]))
if(href_list["mhelp"])
var/mhelp_ref = href_list["mhelp"]
var/datum/mentor_help/MH = locate(mhelp_ref)
if (MH)
MH.Action(href_list["mhelp_action"])
else
to_chat(usr, "Ticket [mhelp_ref] has been deleted!")
if (href_list["mhelp_tickets"])
GLOB.mhelp_tickets.BrowseTickets(text2num(href_list["mhelp_tickets"]))
mentor_commands(href, href_list, src)
if(href_list["dbsearchckey"] || href_list["dbsearchadmin"])