From 1916e67fd27e0164e998136c6050ed45d951644b Mon Sep 17 00:00:00 2001 From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:41:09 -0700 Subject: [PATCH] [Tweak] Implanter Speed (#15523) --- Content.Shared/Implants/Components/ImplanterComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Implants/Components/ImplanterComponent.cs b/Content.Shared/Implants/Components/ImplanterComponent.cs index f98ac2a732..daced96c22 100644 --- a/Content.Shared/Implants/Components/ImplanterComponent.cs +++ b/Content.Shared/Implants/Components/ImplanterComponent.cs @@ -39,7 +39,7 @@ public sealed class ImplanterComponent : Component /// [ViewVariables(VVAccess.ReadWrite)] [DataField("drawTime")] - public float DrawTime = 300f; + public float DrawTime = 60f; /// /// Good for single-use injectors -- 2.51.2