Skip to content

Commit

Permalink
apply eye fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Oct 9, 2024
1 parent 9b5bc29 commit 93f2951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ public virtual void LoadProfile(EntityUid uid, HumanoidCharacterProfile? profile
return;
}

humanoid.EyeColor = profile.Appearance.EyeColor;
SetSpecies(uid, profile.Species, false, humanoid);
SetSex(uid, profile.Sex, false, humanoid);
humanoid.EyeColor = profile.Appearance.EyeColor;

SetSkinColor(uid, profile.Appearance.SkinColor, false);

Expand Down

0 comments on commit 93f2951

Please sign in to comment.