mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Add a quick resolve button to mentor and adminhelp ticket
This commit is contained in:
@@ -1571,6 +1571,13 @@
|
||||
else //Ahelp
|
||||
SStickets.takeTicket(index)
|
||||
|
||||
else if(href_list["resolve"])
|
||||
var/index = text2num(href_list["resolve"])
|
||||
if(href_list["is_mhelp"])
|
||||
SSmentor_tickets.resolveTicket(index)
|
||||
else //Ahelp
|
||||
SStickets.resolveTicket(index)
|
||||
|
||||
else if(href_list["cult_nextobj"])
|
||||
if(alert(usr, "Validate the current Cult objective and unlock the next one?", "Cult Cheat Code", "Yes", "No") != "Yes")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user