Fix species default skin tones (#40707)

fix so that all default Urist entities don't spawn with the same default human skin tone (cursed skin tone Urist McSlime)

(cherry picked from commit 8d9564c23856c342bc3a35834c462e659f5ebd5b)

Co-authored-by: Quantum-cross <7065792+Quantum-cross@users.noreply.github.com>
This commit is contained in:
Absotively 2025-10-05 14:53:58 -06:00 committed by Vanessa
parent 1b502687dd
commit 6a5c0d2bef
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ namespace Content.Shared.Preferences
return new()
{
Species = species,
Appearance = HumanoidCharacterAppearance.DefaultWithSpecies(species),
};
}