mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
up ports a bunch of TGS commands (#17961)
* up ports a bunch of TGS commands * . * needing this * ... * Update datacore.dm * fix that * at least stack that * rework all user name handling * urg * urg * . * . * . * up port this * make this clearer * . * . * . * fix that * . * add returns * player ticket chat * this * . * . * umm * adjust messages * clean smitecode up * . * ummm * . * command filter
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
to_chat(src, span_warning("Ticket not found, creating new one..."))
|
||||
else
|
||||
current_ticket.AddInteraction("[usr.ckey] opened a new ticket.")
|
||||
current_ticket.Resolve()
|
||||
current_ticket.Resolve(usr)
|
||||
|
||||
new /datum/ticket(msg, src, FALSE, 0)
|
||||
|
||||
@@ -116,7 +116,7 @@ ADMIN_VERB(cmd_mentor_ticket_panel, (R_ADMIN|R_SERVER|R_MOD|R_MENTOR), "Mentor T
|
||||
to_chat(src, span_warning("Ticket not found, creating new one..."))
|
||||
else if(current_ticket)
|
||||
current_ticket.AddInteraction("[key_name_admin(usr)] opened a new ticket.")
|
||||
current_ticket.Close()
|
||||
current_ticket.Close(usr)
|
||||
|
||||
new /datum/ticket(msg, src, FALSE, 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user