]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Автообновление SS14 main
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Fri, 23 Jan 2026 16:02:45 +0000 (02:02 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Fri, 23 Jan 2026 16:02:45 +0000 (02:02 +1000)
1  2 
Content.Shared/Preferences/HumanoidCharacterProfile.cs
Resources/Prototypes/Entities/Mobs/NPCs/behonker.yml

index 6f7e7f84680885b028639e5a99098fccd01cd99c,a1990fa42e3849fc71d9ceb1dfcbe7b796fccb38..183dc7174e8b5197179a6bc64934c689363b0876
@@@ -25,7 -30,8 +30,8 @@@ namespace Content.Shared.Preference
      [Serializable, NetSerializable]
      public sealed partial class HumanoidCharacterProfile : ICharacterProfile
      {
 -        private static readonly Regex RestrictedNameRegex = new(@"[^A-Za-z0-9 '\-]");
+         public static readonly ProtoId<SpeciesPrototype> DefaultSpecies = "Human";
 +        private static readonly Regex RestrictedNameRegex = new(@"[^A-Za-zА-Яа-яёЁ0-9 '\-]");
          private static readonly Regex ICNameCaseRegex = new(@"^(?<word>\w)|\b(?<word>\w)(?=\w*$)");
  
          /// <summary>