From 4cb414e4f060b4a070efc4ea7763cabd1aff7895 Mon Sep 17 00:00:00 2001 From: Aidenkrz Date: Mon, 12 Aug 2024 17:50:04 -0500 Subject: [PATCH] Ling Status Fix --- Content.Shared/Goobstation/Changeling/ChangelingComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Goobstation/Changeling/ChangelingComponent.cs b/Content.Shared/Goobstation/Changeling/ChangelingComponent.cs index 5eaa37b5e72..cef8ca6bc59 100644 --- a/Content.Shared/Goobstation/Changeling/ChangelingComponent.cs +++ b/Content.Shared/Goobstation/Changeling/ChangelingComponent.cs @@ -42,7 +42,7 @@ public sealed partial class ChangelingComponent : Component /// [DataField, ViewVariables(VVAccess.ReadOnly)] - public ProtoId StatusIcon { get; set; } = "HivemindFaction"; + public ProtoId StatusIcon { get; set; } = "HivemindFaction"; #endregion