return black roofs

This commit is contained in:
Ed
2025-02-24 01:07:03 +03:00
parent 7cc9eb9ab2
commit 37ff029956
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;
/// <summary>
/// Chunk origin and bitmask of value in chunk.