diff --git a/code/datums/autolathe/tools_1.dm b/code/datums/autolathe/tools_1.dm index 9ae3d8561d..8251300c65 100644 --- a/code/datums/autolathe/tools_1.dm +++ b/code/datums/autolathe/tools_1.dm @@ -13,12 +13,13 @@ build_path = /obj/item/device/multitool materials = list(DEFAULT_WALL_MATERIAL = 62, "glass" = 25) +/* Causes build errors 2020-05-13 - izac112 /datum/design/item/autolathe/tools/t_scanner name = "T-ray scanner" id = "t_scanner" build_path = /obj/item/device/t_scanner materials = list(DEFAULT_WALL_MATERIAL = 187) - +*/ /datum/design/item/autolathe/tools/weldertool name = "welding tool" id = "weldertool"