From 3472feefeab2a3c74001229c0f3b8f0b7a044618 Mon Sep 17 00:00:00 2001 From: Alexsey Bezyuk <41479614+PhantornRU@users.noreply.github.com> Date: Mon, 19 May 2025 17:38:19 +1000 Subject: [PATCH] Increase WorkbenchRadius (#1281) --- Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs b/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs index f8cbc8b593..2590c9782e 100644 --- a/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs +++ b/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs @@ -24,7 +24,7 @@ public sealed partial class CP14WorkbenchComponent : Component public float CraftSpeed = 1f; [DataField] - public float WorkbenchRadius = 0.5f; + public float WorkbenchRadius = 1.5f; /// /// List of recipes available for crafting on this type of workbench