Skip to content

Commit

Permalink
feat(traits): increase trait limit from 5 to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Aug 11, 2024
1 parent 9c74822 commit c2bbc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public static readonly CVarDef<bool>
/// How many traits a character can have at most.
/// </summary>
public static readonly CVarDef<int> GameTraitsMax =
CVarDef.Create("game.traits_max", 5, CVar.REPLICATED);
CVarDef.Create("game.traits_max", 10, CVar.REPLICATED);

/// <summary>
/// How many points a character should start with.
Expand Down

0 comments on commit c2bbc30

Please sign in to comment.