From f0f5187f5cc84a8a2ed90c3d208fb1a689c4169a Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Sat, 23 Jan 2016 18:40:44 -0600 Subject: [PATCH] Fix autolathe hacking --- 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 bc97d32f1a8..9aa1f60e6e1 100644 --- a/code/datums/wires/autolathe.dm +++ b/code/datums/wires/autolathe.dm @@ -38,7 +38,7 @@ var/obj/machinery/autolathe/A = holder switch(wire) if(WIRE_HACK) - A.adjust_hacked(mend) + A.adjust_hacked(!mend) if(WIRE_HACK) A.shocked = !mend if(WIRE_DISABLE)