[MIRROR] The names of Surgery Disks now match their type of surgery (#5950)

* The names of Surgery Disks now match their type of surgery

* Merge pull request #36407 from SailorDave/surgery-disk-names

The names of Surgery Disks now match their type of surgery
This commit is contained in:
CitadelStationBot
2018-03-14 16:58:36 -05:00
committed by Poojawa
parent 6c7da493d9
commit f00246ae79
10 changed files with 10 additions and 0 deletions
@@ -1,4 +1,5 @@
/obj/item/disk/surgery/nerve_grounding
name = "Nerve Grounding Surgery Disk"
desc = "The disk provides instructions on how to reroute the nervous system to ground electric shocks."
surgeries = list(/datum/surgery/advanced/bioware/nerve_grounding)
@@ -1,4 +1,5 @@
/obj/item/disk/surgery/nerve_splicing
name = "Nerve Splicing Surgery Disk"
desc = "The disk provides instructions on how to splice the circulatory system to counter stuns and paralysis."
surgeries = list(/datum/surgery/advanced/bioware/nerve_splicing)
@@ -1,4 +1,5 @@
/obj/item/disk/surgery/vein_threading
name = "Vein Threading Surgery Disk"
desc = "The disk provides instructions on how to modify the circulatory system to greatly slow down bleeding."
surgeries = list(/datum/surgery/advanced/bioware/vein_threading)