mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
More TGUI Hotfixes (#22632)
changes: - bugfix: "Fixes LateJoin and Manifest interfaces not displaying department colors by creating a shared component for both interfaces to use." - bugfix: "Fixes the Manifest interface not displaying colors for crew status." - bugfix: "Fixes status composer not allowing AIs to view TGUIs." - bugfix: "Fixes inline icons in alt-click atom viewer." - bugfix: "Fixes PDA light toggle icon not appearing." - bugfix: "Fixes autolathe category view not filtering items." --------- Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
This commit is contained in:
@@ -213,7 +213,7 @@ SUBSYSTEM_DEF(records)
|
||||
return GLOB.always_state
|
||||
|
||||
/datum/controller/subsystem/records/ui_status(mob/user, datum/ui_state/state)
|
||||
return (isnewplayer(user) || isghost(user) || issilicon(user)) ? UI_INTERACTIVE : UI_CLOSE
|
||||
return (isnewplayer(user) || isghost(user) || tgui_silicon_user(user)) ? UI_INTERACTIVE : UI_CLOSE
|
||||
|
||||
/datum/controller/subsystem/records/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user