Fix autolathe hacking

This commit is contained in:
Bjorn Neergaard
2016-01-23 18:56:38 -06:00
parent dae73b28e8
commit f0f5187f5c
+1 -1
View File
@@ -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)