Merge pull request #7277 from Citadel-Station-13/upstream-merge-38656
[MIRROR] Makes the deconstructable TEG working
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user