Files
ZandarioandGitHub d00d488382 More TGUI Backend. Stable this time. (#4109)
* WHEW

* ugh

* Wow I undid my own formatting?

* asdas
2022-05-26 01:48:29 -07:00

7 lines
215 B
Plaintext

GLOBAL_DATUM_INIT(debug_state, /datum/ui_state/debug_state, new)
/datum/ui_state/debug_state/can_use_topic(src_object, mob/user)
if(check_rights_for(user.client, R_DEBUG))
return UI_INTERACTIVE
return UI_CLOSE