Merge pull request #3998 from Fox-McCloud/surgery-robotics

Robotics Sterile Surgery
This commit is contained in:
TheDZD
2016-03-26 17:33:31 -04:00
3 changed files with 23 additions and 6 deletions
@@ -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"
+3 -2
View File
@@ -140,6 +140,7 @@
force = 0
w_class = 2.0
throwforce = 1.0
origin_tech = "materials=1;biotech=1"
/obj/item/weapon/FixOVein
name = "FixOVein"
@@ -147,9 +148,8 @@
icon_state = "fixovein"
force = 0
throwforce = 1.0
origin_tech = "materials=1;biotech=3"
origin_tech = "materials=1;biotech=1"
w_class = 2.0
var/usage_amount = 10
/obj/item/weapon/bonesetter
name = "bone setter"
@@ -161,6 +161,7 @@
throw_range = 5
w_class = 2.0
attack_verb = list("attacked", "hit", "bludgeoned")
origin_tech = "materials=1;biotech=1"
/obj/item/weapon/surgical_drapes
name = "surgical drapes"