From 40e6032b7ef6e235b897e5cc7ffcba14de7d4836 Mon Sep 17 00:00:00 2001 From: Aviu00 <93730715+Aviu00@users.noreply.github.com> Date: Tue, 19 Sep 2023 01:02:27 +0900 Subject: [PATCH] Enable aspects (#414) --- Content.Shared/White/WhiteCVars.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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