Files
tbd-station-14/Content.Shared/Overlays/BlackAndWhiteOverlayComponent.cs
slarticodefast 42dce359e5 Add noir glasses (#36923)
hardboiled
2025-05-01 18:07:47 -04:00

11 lines
368 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Overlays;
/// <summary>
/// Makes the entity see everything in black and white by adding an overlay.
/// When added to a clothing item it will also grant the wearer the same overlay.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class BlackAndWhiteOverlayComponent : Component;