From 37ff02995629ead50d0bea19a6f5f949ac49a2a1 Mon Sep 17 00:00:00 2001 From: Ed Date: Mon, 24 Feb 2025 01:07:03 +0300 Subject: [PATCH] return black roofs --- Content.Server/_CP14/Demiplane/CP14DemiplaneSystem.Echoes.cs | 2 +- Content.Shared/Light/Components/RoofComponent.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.