Merge pull request #970 from Fox-McCloud/fixins

Various Fixes and Tweaks
This commit is contained in:
ZomgPonies
2015-05-07 23:44:34 -04:00
5 changed files with 49 additions and 3 deletions
@@ -45,11 +45,21 @@
build_path = /obj/item/device/robotanalyzer
category = list("Medical")
/datum/design/healthanalyzer
name = "Health Analyzer Upgrade"
desc = "A hand-held body scanner able to distinguish vital signs of the subject."
id = "healthanalyzer"
req_tech = list("biotech" = 2, "magnets" = 2)
build_type = PROTOLATHE
materials = list("$metal" = 20, "$glass" = 20)
build_path = /obj/item/device/healthanalyzer
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)
req_tech = list("biotech" = 2, "magnets" = 3)
build_type = PROTOLATHE
materials = list("$metal" = 20, "$glass" = 20)
build_path = /obj/item/device/healthupgrade