Fix 0.25sec doafters (#15918)

This commit is contained in:
Dawid Bla
2023-04-29 23:50:31 +02:00
committed by GitHub
parent 95f82643f3
commit 0d74c2d8f6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
using Content.Shared.Tools;
using Content.Shared.Tools;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
namespace Content.Server.Tools.Components;
@@ -10,7 +10,7 @@ public sealed class LatticeCuttingComponent : Component
public string QualityNeeded = "Cutting";
[DataField("delay")]
public float Delay = 0.25f;
public float Delay = 1f;
[DataField("vacuumDelay")]
public float VacuumDelay = 1.75f;