diff --git a/Content.Shared/MassMedia/Systems/SharedNewsSystem.cs b/Content.Shared/MassMedia/Systems/SharedNewsSystem.cs index f59b6af3de..52f922606a 100644 --- a/Content.Shared/MassMedia/Systems/SharedNewsSystem.cs +++ b/Content.Shared/MassMedia/Systems/SharedNewsSystem.cs @@ -4,8 +4,8 @@ namespace Content.Shared.MassMedia.Systems; public abstract class SharedNewsSystem : EntitySystem { - public const int MaxTitleLength = 25; - public const int MaxContentLength = 2048; + public const int MaxTitleLength = 40; //Sunrise_Edit + public const int MaxContentLength = 8192; //Sunrise_Edit } [Serializable, NetSerializable]