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

@@ -26,7 +26,7 @@ namespace Content.Server.Power.Components
public CableType CableType = CableType.HighVoltage;
[DataField("cuttingDelay")]
public float CuttingDelay = 0.25f;
public float CuttingDelay = 1f;
}
public enum CableType