Health Analyzer Upgrading

This commit is contained in:
Fox-McCloud
2015-03-23 19:44:06 -04:00
parent a45c9b987d
commit 69bc15604d
7 changed files with 62 additions and 60 deletions
@@ -45,6 +45,16 @@
build_path = /obj/item/device/robotanalyzer
category = list("Medical")
/datum/design/healthanalyzer_upgrade
name = "Health Analyzer Upgrade"
desc = "An upgrade unit for expanding the functionality of a health analyzer."
id = "healthanalyzer_upgrade"
req_tech = list("biotech" = 2, "magnets" = 2)
build_type = PROTOLATHE
materials = list("$metal" = 20, "$glass" = 20)
build_path = /obj/item/device/healthupgrade
category = list("Medical")
/datum/design/defib
name = "Defibrillator"
desc = "A device that delivers powerful shocks to detachable paddles that resuscitate incapacitated patients."