mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
Converts gas, mat and reagent strings to defines
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
var/ui_error = null // For error messages to show up in nano ui.
|
||||
|
||||
var/datum/gas_mixture/internal = new()
|
||||
var/const/input_gas = "carbon_dioxide"
|
||||
var/const/output_gas = "oxygen"
|
||||
var/const/input_gas = GAS_CO2
|
||||
var/const/output_gas = GAS_O2
|
||||
|
||||
/obj/machinery/atmospherics/binary/algae_farm/filled
|
||||
stored_material = list(MAT_ALGAE = 10000, MAT_GRAPHITE = 0)
|
||||
|
||||
Reference in New Issue
Block a user