fixed the define for the shock wire (#59995)

no wonder autolathes never shocked the cargo techs whenever they hacked it
This commit is contained in:
小月猫
2021-07-04 15:27:15 -07:00
committed by GitHub
parent b647efd8fb
commit fec650f7fe
+1 -1
View File
@@ -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