Merge pull request #7277 from Citadel-Station-13/upstream-merge-38656

[MIRROR] Makes the deconstructable TEG working
This commit is contained in:
LetterJay
2018-07-01 09:36:57 -05:00
committed by GitHub
9 changed files with 254 additions and 44 deletions
@@ -913,3 +913,13 @@
req_components = list(
/obj/item/stock_parts/manipulator = 2,
/obj/item/stock_parts/matter_bin = 2)
/obj/item/circuitboard/machine/generator
name = "Thermo-Electric Generator (Machine Board)"
build_path = /obj/machinery/power/generator
req_components = list()
/obj/item/circuitboard/machine/circulator
name = "Circulator/Heat Exchanger (Machine Board)"
build_path = /obj/machinery/atmospherics/components/binary/circulator
req_components = list()