Skip to content

Commit

Permalink
Merge pull request #95 from ShatteredSwords/increase-trait-limit
Browse files Browse the repository at this point in the history
Increases Trait Limit From 5 to 7
  • Loading branch information
Fansana authored Aug 10, 2024
2 parents 26a7901 + 7440a2d commit dff1500
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 dff1500

Please sign in to comment.