Adds in Bola, Other Recipe Tweaks

This commit is contained in:
Fox-McCloud
2016-07-22 13:20:09 -04:00
parent 5a9681b5cd
commit fe8ef6ca69
14 changed files with 158 additions and 140 deletions

View File

@@ -837,13 +837,13 @@
construction_time = 100
category = list("Exosuit Equipment")
/datum/design/mech_bolas
name = "Exosuit Weapon Design (PCMK-6 Bolas Launcher)"
desc = "Allows for the construction of PCMK-6 Bolas Launcher."
id = "mech_bolas"
/datum/design/mech_bola
name = "Exosuit Weapon Design (PCMK-6 Bola Launcher)"
desc = "Allows for the construction of PCMK-6 Bola Launcher."
id = "mech_bola"
build_type = MECHFAB
req_tech = list("combat" = 3)
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bolas
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola
materials = list(MAT_METAL=10000)
construction_time = 100
category = list("Exosuit Equipment")