Robotics Sterile Surgery

This commit is contained in:
Fox-McCloud
2016-03-25 14:07:34 -04:00
parent 85e8ec4ab8
commit 035b11a1b6
3 changed files with 23 additions and 6 deletions

View File

@@ -447,6 +447,22 @@
build_path = /obj/item/weapon/bonesetter
category = list("initial", "Medical")
/datum/design/fixovein
name = "FixOVein"
id = "fixovein"
build_type = AUTOLATHE
materials = list(MAT_METAL = 5000, MAT_GLASS = 3000)
build_path = /obj/item/weapon/FixOVein
category = list("initial", "Medical")
/datum/design/bonegel
name = "Bone Gel"
id = "bonegel"
build_type = AUTOLATHE
materials = list(MAT_METAL = 1000, MAT_GLASS = 6000)
build_path = /obj/item/weapon/bonegel
category = list("initial", "Medical")
/datum/design/syringe
name = "Syringe"
id = "syringe"