Skip to content

Commit

Permalink
Increases trait limit from 5 to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ShatteredSwords authored Aug 10, 2024
1 parent 26a7901 commit 7440a2d
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", 7, CVar.REPLICATED);

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

0 comments on commit 7440a2d

Please sign in to comment.