From fec650f7fe02c1218cccd6148f97de73ba800aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9C=88=E7=8C=AB?= Date: Sun, 4 Jul 2021 18:27:15 -0400 Subject: [PATCH] fixed the define for the shock wire (#59995) no wonder autolathes never shocked the cargo techs whenever they hacked it --- code/datums/wires/autolathe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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