Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/bioware/nerve_grounding.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/bioware/nerve_splicing.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/bioware/vein_threading.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/brainwashing.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/lobotomy.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/necrotic_revival.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/pacification.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/reconstruction.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/revival.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/advanced/viral_bonding.dm
Original file line number Diff line number Diff line change
@@ -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)

Expand Down