Felishit (#37)

* Мне слишком мало платят

* ЖРИ МЫШЕЙ

* Лок рас

* Але оп

* Блять

---------

Co-authored-by: Mona Hmiza <>
This commit is contained in:
RavMorgan
2023-05-11 00:53:11 +03:00
committed by Aviu00
parent 977e075086
commit 26c6290be0
67 changed files with 1340 additions and 3 deletions

View File

@@ -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,