Skip to content

Commit

Permalink
Fix default humanoid profile not loading the default species appearence
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jan 26, 2025
1 parent 212786b commit 5172ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Shared/Preferences/HumanoidCharacterProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ public static HumanoidCharacterProfile DefaultWithSpecies(string species = Share
return new()
{
Species = species,
// Floof: Added a part about loading the default appearance. Not sure why/when it was removed.
Appearance = HumanoidCharacterAppearance.DefaultWithSpecies(species)
};
}

Expand Down

0 comments on commit 5172ab1

Please sign in to comment.