Files
Bubberstation/code/modules/tgui
MrMelbert 5a6a72ecc4 Fix /datum/ui_state/greyscale_menu_state for non-atom datums (#81310)
## About The Pull Request

`can_use_topic` returns a UI define like `UI_INTERACTIVE`, not `TRUE` /
`FALSE`

This line is intended to allow greyscale menus to be used when targeting
non-atoms, however it prevents that entirely. #77322

## Changelog

Not necessary since _we_ don't have any GAGS menu usage that targets a
datum... currently.
2024-02-06 21:48:53 +01:00
..