diff --git a/code/datums/wires/autolathe.dm b/code/datums/wires/autolathe.dm index b26627f8282..8c0516270d2 100644 --- a/code/datums/wires/autolathe.dm +++ b/code/datums/wires/autolathe.dm @@ -42,7 +42,7 @@ switch(wire) if(WIRE_HACK) A.adjust_hacked(!mend) - if(WIRE_HACK) + if(WIRE_SHOCK) A.shocked = !mend if(WIRE_DISABLE) A.disabled = !mend