Merge pull request #6502 from Citadel-Station-13/upstream-merge-37363

[MIRROR] Makes radiation collectors buildable
This commit is contained in:
LetterJay
2018-04-27 00:10:52 -05:00
committed by GitHub
4 changed files with 33 additions and 1 deletions
@@ -534,6 +534,17 @@
/obj/item/stock_parts/capacitor = 1)
def_components = list(/obj/item/stock_parts/cell = /obj/item/stock_parts/cell/high/empty)
/obj/item/circuitboard/machine/rad_collector
name = "Radiation Collector (Machine Board)"
build_path = /obj/machinery/power/rad_collector
req_components = list(
/obj/item/stack/cable_coil = 5,
/obj/item/stock_parts/matter_bin = 1,
/obj/item/stack/sheet/plasmarglass = 2,
/obj/item/stock_parts/capacitor = 1,
/obj/item/stock_parts/manipulator = 1)
needs_anchored = FALSE
/obj/item/circuitboard/machine/tesla_coil
name = "Tesla Controller (Machine Board)"
desc = "You can use a screwdriver to switch between Research and Power Generation"