From 7e1cf0fa76d87ec5be40c0fbc7cca307760034e8 Mon Sep 17 00:00:00 2001 From: BIGZi0348 <118811750+BIGZi0348@users.noreply.github.com> Date: Sat, 19 Oct 2024 21:39:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=87=D0=B8=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B1=D0=B5=D1=81=D0=BA=D0=BE=D0=BD=D0=B5=D1=87=D0=BD=D1=83?= =?UTF-8?q?=D1=8E=20=D1=81=D0=B2=D0=B0=D1=80=D0=BA=D1=83=20(#734)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Construction/Components/WelderRefinableComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Construction/Components/WelderRefinableComponent.cs b/Content.Server/Construction/Components/WelderRefinableComponent.cs index ed37d6f74b..daded8565e 100644 --- a/Content.Server/Construction/Components/WelderRefinableComponent.cs +++ b/Content.Server/Construction/Components/WelderRefinableComponent.cs @@ -17,7 +17,7 @@ public sealed partial class WelderRefinableComponent : Component public float RefineTime = 2f; [DataField] - public float RefineFuel; + public float RefineFuel = 3f; // WD ahead of wizden upstream [DataField] public ProtoId QualityNeeded = "Welding";