mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-13 08:42:25 +01:00
66962a8816
trying to update from TGUI Next to TGUI 3, so we can later upgrade from TGUI 3 to TGUI 4.
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
|
|
/**
|
|
* tgui state: always_state
|
|
*
|
|
* Always grants the user UI_INTERACTIVE. Period.
|
|
**/
|
|
|
|
GLOBAL_DATUM_INIT(tgui_always_state, /datum/tgui_state/always_state, new)
|
|
|
|
/datum/tgui_state/always_state/can_use_topic(src_object, mob/user)
|
|
return UI_INTERACTIVE
|