Skip to content

Commit

Permalink
Update ShadowkinSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan authored Oct 9, 2024
1 parent 0a8fb35 commit 9b5bc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Shadowkin/ShadowkinSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private void OnMindbreak(EntityUid uid, ShadowkinComponent component, ref OnMind
if (TryComp<MindbrokenComponent>(uid, out var mindbreak))
mindbreak.MindbrokenExaminationText = "examine-mindbroken-shadowkin-message";

if (EnsureComp<HumanoidAppearanceComponent>(uid, out var humanoid))
if (TryComp<HumanoidAppearanceComponent>(uid, out var humanoid))
{
component.OldEyeColor = humanoid.EyeColor;
humanoid.EyeColor = component.BlackEyeColor;
Expand Down

0 comments on commit 9b5bc29

Please sign in to comment.