Skip to content

Commit

Permalink
Larger Character Descriptions (new-frontiers-14#112)
Browse files Browse the repository at this point in the history
* larger character descriptions

* Update HumanoidCharacterProfile.cs
  • Loading branch information
DEATHB4DEFEAT authored and Samsterious committed Apr 26, 2024
1 parent e3f48d0 commit 6803e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Preferences/HumanoidCharacterProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace Content.Shared.Preferences
public sealed partial class HumanoidCharacterProfile : ICharacterProfile
{
public const int MaxNameLength = 32;
public const int MaxDescLength = 512;
public const int MaxDescLength = 1024; // CosmaticDrift-LargerCharacterDescriptions // Was 512

public const int DefaultBalance = 25000;

Expand Down

0 comments on commit 6803e43

Please sign in to comment.