Update autolathe.dm

This commit is contained in:
Aronai Sieyes
2020-05-07 10:28:41 -04:00
committed by GitHub
parent 9c32a0e2b3
commit 074055cd80
-5
View File
@@ -27,15 +27,10 @@
var/datum/wires/autolathe/wires = null
<<<<<<< HEAD
var/filtertext
/obj/machinery/autolathe/New()
..()
=======
/obj/machinery/autolathe/Initialize()
. = ..()
>>>>>>> fcbcb0a... Merge pull request #7055 from VOREStation/pol-defaultparts
wires = new(src)
default_apply_parts()
RefreshParts()