boom
This commit is contained in:
@@ -726,6 +726,32 @@
|
||||
category = list("Misc", "Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||
|
||||
/////////////////////
|
||||
/////Synth Organs////
|
||||
/////////////////////
|
||||
|
||||
/datum/design/ipc_stomach
|
||||
name = "IPC cell"
|
||||
desc = "Effectively the robot equivalent of a stomach, handling power storage."
|
||||
id = "ipc_stomach"
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
construction_time = 40
|
||||
materials = list(/datum/material/iron = 1000, /datum/material/glass = 300, /datum/material/silver = 500, /datum/material/gold = 400)
|
||||
build_path = /obj/item/organ/stomach/ipc
|
||||
category = list("Misc", "Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||
|
||||
/datum/design/cyberimp_power_cord
|
||||
name = "IPC power cord"
|
||||
desc = "A implant for Robots designed to siphon power from APCs to recharge their own cell."
|
||||
id = "ci-power-cord"
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
construction_time = 75
|
||||
materials = list(/datum/material/iron = 4000, /datum/material/glass = 1500, /datum/material/silver = 1200, /datum/material/gold = 1600, /datum/material/plasma = 1000)
|
||||
build_path = /obj/item/organ/cyberimp/arm/power_cord
|
||||
category = list("Misc", "Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||
|
||||
/////////////////////
|
||||
///Surgery Designs///
|
||||
/////////////////////
|
||||
|
||||
Reference in New Issue
Block a user