Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Dec 18, 2024
1 parent 5f0248e commit 6319f0f
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 @@ -2803,7 +2803,7 @@ public static readonly CVarDef<float>
/// For people who complained that it wasn't obvious enough from the text that Mindbreaking is a form of Murder.
/// </summary>
public static readonly CVarDef<bool> ScarierMindbreaking =
CVarDef.Create("psionics.scarier_mindbreaking", false, CVar.SERVERONLY);
CVarDef.Create("psionics.scarier_mindbreaking", true, CVar.SERVERONLY);
#endregion

/// <summary>
Expand Down

0 comments on commit 6319f0f

Please sign in to comment.