mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 19:51:59 +00:00
* Adds an atmos debugging tool and excited group visualizer (#52395) * Adds an atmos debugging tool and excited group visualizer * rebuild moment * yarn install -> yarn run build * Sigh * Fixed UI, did not test, needs a rebuild. * Proper flexing * Adds varied colors, improved ui courtusy of stylemistake: * Fixes a runtime, updates tgui * added superconductors, cleaned up some shitcode, removed a clashing color * Woop * Speed * rebuild * Adds a tick count * begone auto-update * color defines * rebuild moment * color improvements, fixes updating * adds another preprocesser define to handle showing max shares in the ui * test of application system? * patches up some display issues, allows for smooth flowing from one group to another * overlay-ified * client testing * dmi moment * plane master * it fucking works * size change * passthrough * rebuild moment * adresses review concerns, toggles active turf vis on when testing Co-authored-by: Aleksej Komarov <stylemistake@gmail.com> * Adds an atmos debugging tool and excited group visualizer Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
7 lines
215 B
Plaintext
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
|