Merge pull request #2231 from CHOMPStationBot/upstream-merge-10652

[MIRROR] Porting Over De-Husking Surgery
This commit is contained in:
Nadyr
2021-06-19 21:58:37 -04:00
committed by GitHub
9 changed files with 208 additions and 160 deletions
@@ -137,7 +137,8 @@
/obj/item/stack/medical/advanced/bruise_pack,
/obj/item/stack/nanopaste,
/obj/item/device/healthanalyzer/advanced,
/obj/item/weapon/autopsy_scanner
/obj/item/weapon/autopsy_scanner,
/obj/item/weapon/surgical/bioregen
)
starts_with = list(
@@ -152,7 +153,8 @@
/obj/item/weapon/surgical/FixOVein,
/obj/item/stack/medical/advanced/bruise_pack,
/obj/item/device/healthanalyzer/advanced,
/obj/item/weapon/autopsy_scanner
/obj/item/weapon/autopsy_scanner,
/obj/item/weapon/surgical/bioregen
)
/obj/item/weapon/storage/firstaid/clotting
@@ -6,6 +6,7 @@
* Surgical Drill
* Scalpel
* Circular Saw
* Bio-Regenerator
*/
/obj/item/weapon/surgical
@@ -22,6 +23,16 @@
return 0
..()
/*
* Bio-Regenerator
*/
/obj/item/weapon/surgical/bioregen
name="bioregenerator"
desc="A special tool used in surgeries which can pull toxins from and restore oxygen to organic tissue as well as recreate missing biological structures to allow otherwise irreperable flesh to be mended."
icon='icons/obj/surgery_vr.dmi'
icon_state="bioregen"
drop_sound = 'sound/items/drop/scrap.ogg'
/*
* Retractor
*/
@@ -1,6 +0,0 @@
/obj/item/weapon/surgical/bioregen
name="bioregenerator"
desc="A special tool used in surgeries which can pull toxins from and restore oxygen to organic tissue as well as recreate missing biological structures to allow otherwise irreperable flesh to be mended."
icon='icons/obj/surgery_ch.dmi'
icon_state="bioregen"
drop_sound = 'sound/items/drop/scrap.ogg'