mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 15:02:29 +00:00
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
|
|
/**
|
|
* tgui state: always_state
|
|
*
|
|
* Always grants the user UI_INTERACTIVE. Period.
|
|
**/
|
|
|
|
/var/global/datum/ui_state/always_state/always_state = new()
|
|
|
|
/datum/ui_state/always_state/can_use_topic(src_object, mob/user)
|
|
return UI_INTERACTIVE
|