diff --git a/Content.Shared/Electrocution/ElectrocutionEvents.cs b/Content.Shared/Electrocution/ElectrocutionEvents.cs index b7dafad1fd..fe5753c7fb 100644 --- a/Content.Shared/Electrocution/ElectrocutionEvents.cs +++ b/Content.Shared/Electrocution/ElectrocutionEvents.cs @@ -13,7 +13,7 @@ namespace Content.Shared.Electrocution public ElectrocutionAttemptEvent(EntityUid targetUid, EntityUid? sourceUid, float siemensCoefficient, SlotFlags targetSlots) { TargetUid = targetUid; - TargetSlots = TargetSlots; + TargetSlots = targetSlots; SourceUid = sourceUid; SiemensCoefficient = siemensCoefficient; }