diff --git a/Content.Shared/White/WhiteCVars.cs b/Content.Shared/White/WhiteCVars.cs index 2fa38c3093..0da1914bbb 100644 --- a/Content.Shared/White/WhiteCVars.cs +++ b/Content.Shared/White/WhiteCVars.cs @@ -308,10 +308,10 @@ public sealed class WhiteCVars */ public static readonly CVarDef IsAspectsEnabled = - CVarDef.Create("aspects.enabled", false, CVar.SERVERONLY); + CVarDef.Create("aspects.enabled", true, CVar.SERVERONLY); public static readonly CVarDef AspectChance = - CVarDef.Create("aspects.chance", 0.66, CVar.SERVERONLY); + CVarDef.Create("aspects.chance", 0.33, CVar.SERVERONLY); /* * Damage