shielding circuitboards should be buildable now

Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
caelaislinn
2012-07-06 11:17:58 +10:00
parent 2cbcaedba0
commit 613c9457ed
3 changed files with 22 additions and 18 deletions

View File

@@ -1201,6 +1201,23 @@ datum
materials = list("$glass" = 2000, "acid" = 20)
build_path = "/obj/item/weapon/circuitboard/mechfab"
shieldgenex
name = "Hull Shield Generator Board"
desc = "The circuit board for an External Hull Shield Generator"
id = "shieldgen"
req_tech = list("programming" = 3, "electromagnetic" = 3, "engineering" = 2, "power" = 1)
build_type = IMPRINTER
materials = list("$glass" = 2000, "acid" = 20)
build_path = "/obj/item/weapon/circuitboard/shield_generator_external"
shieldcap
name = "Shield Capacitor Board"
desc = "The circuit board for a Shield Capacitor"
id = "shieldcap"
req_tech = list("programming" = 3, "electromagnetic" = 3, "engineering" = 2, "power" = 1)
build_type = IMPRINTER
materials = list("$glass" = 2000, "acid" = 20)
build_path = "/obj/item/weapon/circuitboard/shield_capacitor"
/////////////////////////////////////////
////////////Power Stuff//////////////////