From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Wed, 19 Apr 2023 07:41:09 +0000 (-0700) Subject: [Tweak] Implanter Speed (#15523) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1916e67fd27e0164e998136c6050ed45d951644b;p=space-station-14.git [Tweak] Implanter Speed (#15523) --- 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