mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +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:
@@ -128,3 +128,10 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 6000, "glass" = 3000)
|
||||
build_path = /obj/item/weapon/gun/energy/netgun
|
||||
sort_string = "TAADF"
|
||||
|
||||
/datum/design/circuit/algae_farm
|
||||
name = "Algae Oxygen Generator"
|
||||
id = "algae_farm"
|
||||
req_tech = list(TECH_ENGINEERING = 3, TECH_BIO = 2)
|
||||
build_path = /obj/item/weapon/circuitboard/algae_farm
|
||||
sort_string = "HABAE"
|
||||
|
||||
Reference in New Issue
Block a user