Fix 0.25sec doafters (#15918)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Content.Server.Power.Components
|
|||||||
public CableType CableType = CableType.HighVoltage;
|
public CableType CableType = CableType.HighVoltage;
|
||||||
|
|
||||||
[DataField("cuttingDelay")]
|
[DataField("cuttingDelay")]
|
||||||
public float CuttingDelay = 0.25f;
|
public float CuttingDelay = 1f;
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum CableType
|
public enum CableType
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using Content.Shared.Tools;
|
using Content.Shared.Tools;
|
||||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||||
|
|
||||||
namespace Content.Server.Tools.Components;
|
namespace Content.Server.Tools.Components;
|
||||||
@@ -10,7 +10,7 @@ public sealed class LatticeCuttingComponent : Component
|
|||||||
public string QualityNeeded = "Cutting";
|
public string QualityNeeded = "Cutting";
|
||||||
|
|
||||||
[DataField("delay")]
|
[DataField("delay")]
|
||||||
public float Delay = 0.25f;
|
public float Delay = 1f;
|
||||||
|
|
||||||
[DataField("vacuumDelay")]
|
[DataField("vacuumDelay")]
|
||||||
public float VacuumDelay = 1.75f;
|
public float VacuumDelay = 1.75f;
|
||||||
|
|||||||
Reference in New Issue
Block a user