Ports Surgery Implant

This commit is contained in:
Fox McCloud
2018-05-02 04:49:51 -04:00
parent 31a2687fb6
commit 1d97a280fd
3 changed files with 47 additions and 1 deletions
+1 -1
View File
@@ -242,7 +242,7 @@
/obj/item/organ/internal/cyberimp/arm/surgery
name = "surgical toolset implant"
desc = "A set of surgical tools hidden behind a concealed panel on the user's arm"
contents = newlist(/obj/item/retractor, /obj/item/hemostat, /obj/item/cautery, /obj/item/surgicaldrill, /obj/item/scalpel, /obj/item/circular_saw, /obj/item/bonegel, /obj/item/FixOVein, /obj/item/bonesetter)
contents = newlist(/obj/item/retractor/augment, /obj/item/hemostat/augment, /obj/item/cautery/augment, /obj/item/surgicaldrill/augment, /obj/item/scalpel/augment, /obj/item/circular_saw/augment, /obj/item/bonegel/augment, /obj/item/FixOVein/augment, /obj/item/bonesetter/augment)
origin_tech = "materials=3;engineering=3;biotech=3;programming=2;magnets=3"
// lets make IPCs even *more* vulnerable to EMPs!
+35
View File
@@ -8,6 +8,10 @@
w_class = WEIGHT_CLASS_SMALL
origin_tech = "materials=1;biotech=1"
/obj/item/retractor/augment
desc = "Micro-mechanical manipulator for retracting stuff."
w_class = WEIGHT_CLASS_TINY
toolspeed = 0.5
/obj/item/hemostat
name = "hemostat"
@@ -20,6 +24,9 @@
origin_tech = "materials=1;biotech=1"
attack_verb = list("attacked", "pinched")
/obj/item/hemostat/augment
desc = "Tiny servos power a pair of pincers to stop bleeding."
toolspeed = 0.5
/obj/item/cautery
name = "cautery"
@@ -32,6 +39,9 @@
origin_tech = "materials=1;biotech=1"
attack_verb = list("burnt")
/obj/item/cautery/augment
desc = "A heated element that cauterizes wounds."
toolspeed = 0.5
/obj/item/surgicaldrill
name = "surgical drill"
@@ -52,6 +62,12 @@
"<span class='suicide'>[user] is pressing [src] to \his chest and activating it! It looks like \he's trying to commit suicide.</span>"))
return (BRUTELOSS)
/obj/item/surgicaldrill/augment
desc = "Effectively a small power drill contained within your arm, edges dulled to prevent tissue damage. May or may not pierce the heavens."
hitsound = 'sound/weapons/circsawhit.ogg'
force = 10
w_class = WEIGHT_CLASS_SMALL
toolspeed = 0.5
/obj/item/scalpel
name = "scalpel"
@@ -78,6 +94,10 @@
return (BRUTELOSS)
/obj/item/scalpel/augment
desc = "Ultra-sharp blade attached directly to your bone for extra-accuracy."
toolspeed = 0.5
/*
* Researchable Scalpels
*/
@@ -129,6 +149,12 @@
origin_tech = "biotech=1;combat=1"
attack_verb = list("attacked", "slashed", "sawed", "cut")
/obj/item/circular_saw/augment
desc = "A small but very fast spinning saw. Edges dulled to prevent accidental cutting inside of the surgeon."
force = 10
w_class = WEIGHT_CLASS_SMALL
toolspeed = 0.5
//misc, formerly from code/defines/weapons.dm
/obj/item/bonegel
name = "bone gel"
@@ -139,6 +165,9 @@
throwforce = 1.0
origin_tech = "materials=1;biotech=1"
/obj/item/bonegel/augment
toolspeed = 0.5
/obj/item/FixOVein
name = "FixOVein"
icon = 'icons/obj/surgery.dmi'
@@ -148,6 +177,9 @@
origin_tech = "materials=1;biotech=1"
w_class = WEIGHT_CLASS_SMALL
/obj/item/FixOVein/augment
toolspeed = 0.5
/obj/item/bonesetter
name = "bone setter"
icon = 'icons/obj/surgery.dmi'
@@ -160,6 +192,9 @@
attack_verb = list("attacked", "hit", "bludgeoned")
origin_tech = "materials=1;biotech=1"
/obj/item/bonesetter/augment
toolspeed = 0.5
/obj/item/surgical_drapes
name = "surgical drapes"
desc = "Nanotrasen brand surgical drapes provide optimal safety and infection control."