Re adds ticket conversion via the chat link. Minor tweak to formatting

This commit is contained in:
joep van der velden
2020-11-07 22:34:26 +01:00
parent 56752b0e78
commit 6cc5bf1120
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -1676,6 +1676,13 @@
return
SStickets.autoRespond(index)
if(href_list["convert_ticket"])
var/indexNum = text2num(href_list["convert_ticket"])
if(href_list["is_mhelp"])
SSmentor_tickets.convert_to_other_ticket(indexNum)
else
SStickets.convert_to_other_ticket(indexNum)
else if(href_list["cult_mindspeak"])
var/input = stripped_input(usr, "Communicate to all the cultists with the voice of [SSticker.cultdat.entity_name]", "Voice of [SSticker.cultdat.entity_name]")
if(!input)