Fix dock radar colours (#38942)

* Fix docking colours

* Add comments and fallback

* Better comments!
This commit is contained in:
UpAndLeaves
2025-08-12 21:09:00 +01:00
committed by GitHub
parent c76d21e973
commit 9b6cb79fa2
4 changed files with 19 additions and 5 deletions

View File

@@ -235,6 +235,8 @@ public sealed partial class ShuttleConsoleSystem : SharedShuttleConsoleSystem
_xformQuery.TryGetComponent(comp.DockedWith, out var otherDockXform) ?
GetNetEntity(otherDockXform.GridUid) :
null,
Color = comp.RadarColor,
HighlightedColor = comp.HighlightedRadarColor
};
gridDocks.Add(state);