Fix insulated gloves (#11079)

This commit is contained in:
0x6273
2022-09-06 17:10:07 +02:00
committed by GitHub
parent 55077d58a0
commit b54de4b8fc

View File

@@ -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;
}