Update autolathe_designs_tools.dm

This commit is contained in:
Trilbyspaceclone
2019-06-28 21:56:17 -04:00
committed by GitHub
parent e9f36b79bb
commit 75fa9d633c

View File

@@ -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")
category = list("initial", "Tools")