diff --git a/Content.Server/_CP14/Demiplane/CP14DemiplaneSystem.Echoes.cs b/Content.Server/_CP14/Demiplane/CP14DemiplaneSystem.Echoes.cs index 1661014547..3fba871707 100644 --- a/Content.Server/_CP14/Demiplane/CP14DemiplaneSystem.Echoes.cs +++ b/Content.Server/_CP14/Demiplane/CP14DemiplaneSystem.Echoes.cs @@ -16,7 +16,7 @@ public sealed partial class CP14DemiplaneSystem if (!_demiplaneQuery.TryComp(map, out var demiplane)) return; - + //Get random exit, and send message there if (demiplane.ExitPoints.Count == 0) return; diff --git a/Content.Shared/Light/Components/RoofComponent.cs b/Content.Shared/Light/Components/RoofComponent.cs index 8792871427..47de333af0 100644 --- a/Content.Shared/Light/Components/RoofComponent.cs +++ b/Content.Shared/Light/Components/RoofComponent.cs @@ -11,7 +11,7 @@ public sealed partial class RoofComponent : Component public const int ChunkSize = 8; [DataField, AutoNetworkedField] - public Color Color = new (80, 80, 80); //CP14 Black color replaced on Dark gray + public Color Color = Color.Black; /// /// Chunk origin and bitmask of value in chunk.