Merge pull request #6286 from uraniummeltdown/aimech

AI control beacons for mechs
This commit is contained in:
Crazy Lemon
2017-02-06 04:04:34 -08:00
committed by GitHub
10 changed files with 146 additions and 51 deletions
@@ -1078,6 +1078,16 @@
construction_time = 50
category = list("Misc")
/datum/design/mecha_tracking_ai_control
name = "AI Control Beacon"
id = "mecha_tracking_ai_control"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/mecha_tracking/ai_control
materials = list(MAT_METAL = 1000, MAT_GLASS = 500, MAT_SILVER = 200)
req_tech = list("programming" = 3, "magnets" = 2, "engineering" = 2)
construction_time = 50
category = list("Misc")
/datum/design/ipc_head
name = "IPC Head"
id = "ipc_head"