Drills implimented

This commit is contained in:
warior4356
2018-10-29 01:10:10 -07:00
parent 46c0bd8b14
commit 13d927c10e
13 changed files with 215 additions and 20 deletions
@@ -881,3 +881,11 @@
materials = list(MAT_GLASS = 2500) //1.25 glass sheets, broken mirrors will return a shard (1 sheet)
build_path = /obj/item/mounted/mirror
category = list("initial", "Miscellaneous")
/datum/design/rcd
name = "Safe Internals"
id = "safe"
build_type = AUTOLATHE
materials = list(MAT_METAL = 1000)
build_path = /obj/item/safe_internals
category = list("initial", "Construction")