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:
Leshana
2017-05-03 01:54:55 -04:00
parent 22dd42bc92
commit 12bc03157a
7 changed files with 5135 additions and 4768 deletions
+7
View File
@@ -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"