Skip to content

Commit

Permalink
Ling Status Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed Aug 12, 2024
1 parent 7742348 commit 4cb414e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public sealed partial class ChangelingComponent : Component
/// </summary>

[DataField, ViewVariables(VVAccess.ReadOnly)]
public ProtoId<StatusIconPrototype> StatusIcon { get; set; } = "HivemindFaction";
public ProtoId<FactionIconPrototype> StatusIcon { get; set; } = "HivemindFaction";

#endregion

Expand Down

0 comments on commit 4cb414e

Please sign in to comment.