From fa549596f0abd6989a5cc981af210b7c18f3fd2d Mon Sep 17 00:00:00 2001 From: Succuberry Date: Thu, 27 Jun 2024 03:02:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A5=D0=A0=D0=9F=D0=BC=D0=BE=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/Preferences/HumanoidCharacterProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index ed2173f1fd5..3606b806024 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -30,7 +30,7 @@ public sealed partial class HumanoidCharacterProfile : ICharacterProfile private static readonly Regex ICNameCaseRegex = new(@"^(?\w)|\b(?\w)(?=\w*$)"); public const int MaxNameLength = 32; - public const int MaxDescLength = 512; + public const int MaxDescLength = 1024; public const int DefaultBalance = 25000;