From: MaxSMokeSkaarj Date: Fri, 23 Jan 2026 16:02:45 +0000 (+1000) Subject: Автообновление SS14 X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmain;p=space-station-14.git Автообновление SS14 --- c926d2b98e4a1e7d4191661505fd6efcdf1e755c diff --cc Content.Shared/Preferences/HumanoidCharacterProfile.cs index 6f7e7f8468,a1990fa42e..183dc7174e --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@@ -25,7 -30,8 +30,8 @@@ namespace Content.Shared.Preference [Serializable, NetSerializable] public sealed partial class HumanoidCharacterProfile : ICharacterProfile { + public static readonly ProtoId DefaultSpecies = "Human"; - private static readonly Regex RestrictedNameRegex = new(@"[^A-Za-z0-9 '\-]"); + private static readonly Regex RestrictedNameRegex = new(@"[^A-Za-zА-Яа-яёЁ0-9 '\-]"); private static readonly Regex ICNameCaseRegex = new(@"^(?\w)|\b(?\w)(?=\w*$)"); ///