Minor Research Tweaks

This commit is contained in:
Fox-McCloud
2015-11-23 17:29:15 -05:00
parent f44a398719
commit 52d277a400
2 changed files with 16 additions and 10 deletions
@@ -386,6 +386,14 @@
build_path = /obj/item/weapon/reagent_containers/glass/beaker/large
category = list("initial", "Medical")
/datum/design/healthanalyzer
name = "Health Analyzer"
id = "healthanalyzer"
build_type = AUTOLATHE
materials = list(MAT_METAL = 500, MAT_GLASS = 50)
build_path = /obj/item/device/healthanalyzer
category = list("initial", "Medical")
/datum/design/retractor
name = "Retractor"
id = "retractor"
@@ -410,6 +418,14 @@
build_path = /obj/item/weapon/surgicaldrill
category = list("initial", "Medical")
/datum/design/bonesetter
name = "Bone Setter"
id = "bonesetter"
build_type = AUTOLATHE
materials = list(MAT_METAL = 4000)
build_path = /obj/item/weapon/bonesetter
category = list("initial", "Medical")
/datum/design/syringe
name = "Syringe"
id = "syringe"
@@ -45,16 +45,6 @@
build_path = /obj/item/device/robotanalyzer
category = list("Medical")
/datum/design/healthanalyzer
name = "Health Analyzer"
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(MAT_METAL = 20, MAT_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."