Fixes a bug that made bubble shield gen unconstructable

This commit is contained in:
Amunak
2014-12-14 04:56:23 +01:00
parent 9cf4de5faa
commit 429a898e72

View File

@@ -31,7 +31,7 @@ datum/design/shield_gen_ex
/obj/item/weapon/circuitboard/shield_gen
name = "Circuit board (Bubble shield generator)"
board_type = "machine"
build_path = "/obj/machinery/shield_gen/external"
build_path = "/obj/machinery/shield_gen"
origin_tech = "bluespace=4;phorontech=3"
frame_desc = "Requires 2 Pico Manipulators, 1 Subspace Transmitter, 5 Pieces of cable, 1 Subspace Crystal, 1 Subspace Amplifier and 1 Console Screen."
req_components = list(
@@ -49,7 +49,7 @@ datum/design/shield_gen
req_tech = list("bluespace" = 4, "phorontech" = 3)
build_type = IMPRINTER
materials = list("$glass" = 2000, "sacid" = 20, "$phoron" = 10000, "$diamond" = 5000, "$gold" = 10000)
build_path = "/obj/machinery/shield_gen/external"
build_path = "/obj/machinery/shield_gen"
////////////////////////////////////////
// Shield Capacitor