From 75fa9d633ceea311f5f47cffbc56543ec261edf4 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Fri, 28 Jun 2019 21:56:17 -0400 Subject: [PATCH] Update autolathe_designs_tools.dm --- .../autolathe_desings/autolathe_designs_tools.dm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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")