[MIRROR] up ports a bunch of TGS commands (#11173)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-13 14:34:17 +02:00
committed by GitHub
co-authored by Kashargul
parent 42b68b856b
commit 0160eb3e68
29 changed files with 639 additions and 366 deletions
+3 -4
View File
@@ -7,7 +7,6 @@
GLOBAL_DATUM_INIT(tgui_ticket_state, /datum/tgui_state/ticket_state, new)
/datum/tgui_state/ticket_state/can_use_topic(src_object, mob/user)
//if (user.client.current_ticket)
// return STATUS_INTERACTIVE
//return STATUS_CLOSE
return STATUS_INTERACTIVE
if(user.client.current_ticket)
return STATUS_INTERACTIVE
return STATUS_CLOSE