From ccdcd00f54f7afe352b982159dd05497b3ff8b1f Mon Sep 17 00:00:00 2001 From: BIGZi0348 Date: Wed, 1 Jan 2025 19:34:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D1=82=D0=B0=D0=BA=20=D0=BC?= =?UTF-8?q?=D0=BD=D0=BE=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/_White/WhiteCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/_White/WhiteCVars.cs b/Content.Shared/_White/WhiteCVars.cs index 332c7e7db3..851d84167c 100644 --- a/Content.Shared/_White/WhiteCVars.cs +++ b/Content.Shared/_White/WhiteCVars.cs @@ -418,7 +418,7 @@ public sealed class WhiteCVars CVarDef.Create("white.random_artifacts_enabled", true, CVar.SERVERONLY); public static readonly CVarDef ItemToArtifactRatio = - CVarDef.Create("white.random_artifacts_ratio", 10.4f, CVar.SERVERONLY); + CVarDef.Create("white.random_artifacts_ratio", 0.4f, CVar.SERVERONLY); public static readonly CVarDef ACWebhook = CVarDef.Create("ac.webhook", "", CVar.SERVERONLY);