diff --git a/code/modules/research/designs/autolathe_desings/autolathe_designs_tools.dm b/code/modules/research/designs/autolathe_desings/autolathe_designs_tools.dm index 00bf377ff7..0300658a84 100644 --- a/code/modules/research/designs/autolathe_desings/autolathe_designs_tools.dm +++ b/code/modules/research/designs/autolathe_desings/autolathe_designs_tools.dm @@ -20,14 +20,6 @@ build_path = /obj/item/crowbar category = list("initial","Tools") -/datum/design/crowbar - name = "Large Crowbar" - id = "large_crowbar" - build_type = AUTOLATHE - materials = list(MAT_METAL = 500) - build_path = /obj/item/crowbar/large - category = list("initial","Tools") - /datum/design/flashlight name = "Flashlight" id = "flashlight" @@ -155,4 +147,4 @@ build_type = AUTOLATHE materials = list(MAT_METAL = 150, MAT_GLASS = 150) build_path = /obj/item/geiger_counter - category = list("initial", "Tools") \ No newline at end of file + category = list("initial", "Tools")