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 GitHub
parent 7f69c44dd7
commit 096f998c3f

View File

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