mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
* 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. * Fix `/datum/ui_state/greyscale_menu_state` for non-atom datums --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>