[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:
committed by
Poojawa
parent
6c7da493d9
commit
f00246ae79
@@ -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)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/obj/item/disk/surgery/brainwashing
|
||||
name = "Brainwashing Surgery Disk"
|
||||
desc = "The disk provides instructions on how to impress an order on a brain, making it the primary objective of the patient."
|
||||
surgeries = list(/datum/surgery/advanced/brainwashing)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/obj/item/disk/surgery/lobotomy
|
||||
name = "Lobotomy Surgery Disk"
|
||||
desc = "The disk provides instructions on how to perform a lobotomy, to cure the most resilient brain ailments."
|
||||
surgeries = list(/datum/surgery/advanced/lobotomy)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/obj/item/disk/surgery/necrotic_revival
|
||||
name = "Necrotic Revival Surgery Disk"
|
||||
desc = "The disk provides instructions on how to make bodies keep working past death."
|
||||
surgeries = list(/datum/surgery/advanced/necrotic_revival)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/obj/item/disk/surgery/pacification
|
||||
name = "Pacification Surgery Disk"
|
||||
desc = "The disk provides instructions on how to suppress violence by manipulating the patient's brain."
|
||||
surgeries = list(/datum/surgery/advanced/pacify)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/obj/item/disk/surgery/reconstruction
|
||||
name = "Reconstruction Surgery Disk"
|
||||
desc = "The disk provides instructions on how to repair a body without the use of chemicals."
|
||||
surgeries = list(/datum/surgery/advanced/reconstruction)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/obj/item/disk/surgery/revival
|
||||
name = "Revival Surgery Disk"
|
||||
desc = "The disk provides instructions on how to bring a corpse back to life."
|
||||
surgeries = list(/datum/surgery/advanced/revival)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/obj/item/disk/surgery/viral_bonding
|
||||
name = "Viral Bonding Surgery Disk"
|
||||
desc = "The disk provides instructions on how to force symbiosis between a virus and its host."
|
||||
surgeries = list(/datum/surgery/advanced/viral_bonding)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user