Nerf electrocution (#5651)
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Content.Server.Electrocution
|
||||
/// Shock time, in seconds.
|
||||
/// </summary>
|
||||
[DataField("shockTime")]
|
||||
public float ShockTime { get; } = 30f;
|
||||
public float ShockTime { get; } = 8f;
|
||||
|
||||
[DataField("siemensCoefficient")]
|
||||
public float SiemensCoefficient { get; } = 1f;
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
acts: ["Destruction"]
|
||||
- type: SubFloorHide
|
||||
- type: Electrified
|
||||
onHandInteract: false
|
||||
onBump: false
|
||||
requirePower: true
|
||||
highVoltageNode: power
|
||||
|
||||
Reference in New Issue
Block a user