diff --git a/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs b/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs index 8cbfe7bb2e..63008c6e08 100644 --- a/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs +++ b/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs @@ -23,6 +23,6 @@ public sealed partial class TypingIndicatorPrototype : IPrototype public Vector2 Offset = new(0, 0); [DataField("shader")] - public string Shader = "unshaded"; + public string Shader = "shaded"; }