mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
Adds the Algae Oxygen Generator
* This device converts CO2 to O2 using power and "algae". The extra carbon is a byproduct in the form of "graphite" * This is intended for virgo3b, which has no oxygen in its atmosphere but enough CO2 for us to just extract it.
This commit is contained in:
@@ -14,3 +14,15 @@
|
||||
/obj/item/weapon/stock_parts/matter_bin = 2,
|
||||
/obj/item/weapon/stock_parts/manipulator = 2,
|
||||
/obj/item/weapon/stock_parts/console_screen = 1)
|
||||
|
||||
// Board for the algae oxygen generator in algae_generator.dm
|
||||
/obj/item/weapon/circuitboard/algae_farm
|
||||
name = T_BOARD("algae oxygen generator")
|
||||
build_path = /obj/machinery/atmospherics/binary/algae_farm
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_ENGINEERING = 3, TECH_BIO = 2)
|
||||
req_components = list(
|
||||
/obj/item/weapon/stock_parts/matter_bin = 2,
|
||||
/obj/item/weapon/stock_parts/manipulator = 1,
|
||||
/obj/item/weapon/stock_parts/capacitor = 1,
|
||||
/obj/item/weapon/stock_parts/console_screen = 1)
|
||||
|
||||
Reference in New Issue
Block a user