Files
CHOMPStation2/modular_chomp/code/modules/tgui/states/ticket.dm
CHOMPStation2StaffMirrorBot 8d0febfbb6 [MIRROR] next grep, no spaces (#10548)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-03-29 22:13:04 +01:00

14 lines
353 B
Plaintext

/**
* tgui state: ticket_state
*
* Grants the user UI_INTERACTIVE, if a ticket is open.
*/
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