mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
This ports TGUI, and makes the old nano crew monitor and the disposal bins use it as first examples.
12 lines
265 B
Plaintext
12 lines
265 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 STATUS_INTERACTIVE
|