mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-24 00:12:07 +00:00
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
/**
|
|
* tgui state: always_state
|
|
*
|
|
* Always grants the user STATUS_INTERACTIVE. Period.
|
|
*/
|
|
|
|
GLOBAL_DATUM_INIT(always_state, /datum/ui_state/always_state, new)
|
|
|
|
/datum/ui_state/always_state/can_use_topic(src_object, mob/user)
|
|
return STATUS_INTERACTIVE
|