Felishit (#37)
* Мне слишком мало платят * ЖРИ МЫШЕЙ * Лок рас * Але оп * Блять --------- Co-authored-by: Mona Hmiza <>
This commit is contained in:
@@ -379,6 +379,12 @@ namespace Content.Shared.Preferences
|
||||
speciesPrototype = prototypeManager.Index<SpeciesPrototype>(Species);
|
||||
}
|
||||
|
||||
if (speciesPrototype.SponsorOnly && !sponsorMarkings.Contains(Species))
|
||||
{
|
||||
Species = SharedHumanoidAppearanceSystem.DefaultSpecies;
|
||||
speciesPrototype = prototypeManager.Index<SpeciesPrototype>(Species);
|
||||
}
|
||||
|
||||
var sex = Sex switch
|
||||
{
|
||||
Sex.Male => Sex.Male,
|
||||
|
||||
Reference in New Issue
Block a user