Specifiable dock colours + stripeback displays (#9566)

This commit is contained in:
metalgearsloth
2022-07-09 19:25:32 +10:00
committed by GitHub
parent 1405decbd7
commit 860db2bd14
7 changed files with 33 additions and 8 deletions

View File

@@ -22,7 +22,6 @@ namespace Content.Server.Shuttles.Systems
{
public sealed class ShuttleConsoleSystem : SharedShuttleConsoleSystem
{
[Dependency] private readonly IMapManager _mapManager = default!;
[Dependency] private readonly ActionBlockerSystem _blocker = default!;
[Dependency] private readonly AlertsSystem _alertsSystem = default!;
[Dependency] private readonly TagSystem _tags = default!;
@@ -211,6 +210,8 @@ namespace Content.Server.Shuttles.Systems
Angle = xform.LocalRotation,
Entity = comp.Owner,
Connected = comp.Docked,
Color = comp.RadarColor,
HighlightedColor = comp.HighlightedRadarColor,
};
result.Add(state);
}