diff --git a/Content.Server/GameObjects/Components/BarSign/BarSignComponent.cs b/Content.Server/GameObjects/Components/BarSign/BarSignComponent.cs index 03ee21c5f5..4054c4fcf0 100644 --- a/Content.Server/GameObjects/Components/BarSign/BarSignComponent.cs +++ b/Content.Server/GameObjects/Components/BarSign/BarSignComponent.cs @@ -56,10 +56,12 @@ namespace Content.Server.GameObjects.Components.BarSign if (!_power.Powered) { _sprite.LayerSetState(0, "empty"); + _sprite.LayerSetShader(0, "shaded"); } else { _sprite.LayerSetState(0, prototype.Icon); + _sprite.LayerSetShader(0, "unshaded"); } if (!string.IsNullOrEmpty(prototype.Name))