deconstructable-TEG (#38656)

Make TEG deconstructable.
This commit is contained in:
Dennok
2018-07-01 00:59:34 +03:00
committed by letterjay
parent 0029919b80
commit 58f634db63
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()