Merge pull request #9190 from Fox-McCloud/build-the-boop

Adds Buildable Integrated Robotic Chassis & Robotic Limb Surgery
This commit is contained in:
Crazy Lemon
2018-07-10 22:23:28 -07:00
committed by GitHub
8 changed files with 135 additions and 28 deletions
@@ -1120,6 +1120,15 @@
construction_time = 350
category = list("Misc")
/datum/design/integrated_robotic_chassis
name = "Integrated Robotic Chassis"
id = "integrated_robotic_chassis"
build_type = MECHFAB
build_path = /mob/living/carbon/human/machine/created
materials = list(MAT_METAL = 40000)
construction_time = 400
category = list("Misc")
/datum/design/ipc_cell
name = "IPC Microbattery"
id = "ipc_cell"
@@ -104,7 +104,7 @@
category = list("Medical")
/datum/design/posibrain
name = "Positronic Brain"
name = "Robotic Brain"
desc = "The latest in Artificial Intelligences."
id = "mmi_posi"
req_tech = list("programming" = 5, "biotech" = 4, "plasmatech" = 3)