Fix dock radar colours (#38942)
* Fix docking colours * Add comments and fallback * Better comments!
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user