Merge pull request #1833 from Markolie/T34-IPC

IPC organs are now printable, shuttle console ghost access
This commit is contained in:
Fox-McCloud
2015-08-24 16:55:05 -04:00
2 changed files with 28 additions and 1 deletions
@@ -969,4 +969,31 @@
build_path =/obj/item/mecha_parts/mecha_tracking
materials = list("$metal"=500)
construction_time = 50
category = list("Misc")
/datum/design/ipc_head
name = "IPC Head"
id = "ipc_head"
build_type = MECHFAB
build_path = /obj/item/organ/external/head/ipc
materials = list("$metal"=15000, "$glass"=5000)
construction_time = 350
category = list("Misc")
/datum/design/ipc_cell
name = "IPC Microbattery"
id = "ipc_cell"
build_type = MECHFAB
build_path = /obj/item/organ/cell
materials = list("$metal"=2000, "$glass"=750)
construction_time = 200
category = list("Misc")
/datum/design/ipc_optics
name = "IPC Optical Sensor"
id = "ipc_optics"
build_type = MECHFAB
build_path = /obj/item/organ/optical_sensor
materials = list("$metal"=1000, "$glass"=2500)
construction_time = 200
category = list("Misc")