Merge pull request #1966 from Fox-McCloud/health-assembly

Health Assembly
This commit is contained in:
TheDZD
2015-09-07 17:24:52 -04:00
6 changed files with 131 additions and 15 deletions
@@ -162,6 +162,14 @@
build_path = /obj/item/device/assembly/infra
category = list("initial", "Miscellaneous")
/datum/design/health_sensor
name = "Health sensor"
id = "health_sensor"
build_type = AUTOLATHE
materials = list(MAT_METAL = 800, MAT_GLASS = 200)
build_path = /obj/item/device/assembly/health
category = list("initial", "Medical")
/datum/design/kitchen_knife
name = "Kitchen knife"
id = "kitchen_knife"