return black roofs
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user