Skip to content

Commit

Permalink
increase trait count from 10 to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Jan 6, 2025
1 parent e31692d commit bb0c7f6
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 @@ -422,7 +422,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", 10, CVar.REPLICATED);
CVarDef.Create("game.traits_max", 14, CVar.REPLICATED);

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

0 comments on commit bb0c7f6

Please sign in to comment.