From 074055cd807e48c38d8f74ce7e3593db05d76c7e Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 7 May 2020 10:28:41 -0400 Subject: [PATCH] Update autolathe.dm --- code/game/machinery/autolathe.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 4c9a03bf3ae..bb1629c1091 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -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()