Merge pull request #15587 from TomGarou/Synth-Brainwashing

Synth Brainwashing AKA Reprogramming
This commit is contained in:
Lin
2022-05-12 20:29:04 +00:00
committed by GitHub
5 changed files with 72 additions and 2 deletions
@@ -958,6 +958,13 @@
surgery = /datum/surgery/advanced/brainwashing
research_icon_state = "surgery_head"
/datum/design/surgery/robo_brainwashing
name = "Reprogramming"
desc = "A surgical procedure which hardcodes a directive into the patient's logic subroutines, making it their absolute priority. It can be purged using a mindshield implant."
id = "surgery_robot_brainwashing"
surgery = /datum/surgery/advanced/robot_brainwashing
research_icon_state = "surgery_head"
/datum/design/surgery/nerve_splicing
name = "Nerve Splicing"
desc = "A surgical procedure which splices the patient's nerves, making them more resistant to stuns."
@@ -152,5 +152,5 @@
display_name = "Alien Surgery"
description = "Abductors did nothing wrong."
prereq_ids = list("exp_surgery", "alientech")
design_ids = list("surgery_brainwashing","surgery_zombie", "surgery_ext_dissection", "surgery_heal_combo_upgrade_femto")
design_ids = list("surgery_brainwashing", "surgery_robot_brainwashing", "surgery_zombie", "surgery_ext_dissection", "surgery_heal_combo_upgrade_femto")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 10000)