Refactors hydrocarbon combustion + other general atmos code changes (#37600)

* splits hydrocarbon combustion + other stuff

* nob max() thing

* whoops

* remove proc + new define
This commit is contained in:
cyclowns
2018-05-21 01:20:25 -07:00
committed by letterjay
parent 6963275d45
commit 7cc9d9103d
4 changed files with 106 additions and 66 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ SUBSYSTEM_DEF(air)
var/list/obj/machinery/atmos_machinery = list()
var/list/pipe_init_dirs_cache = list()
//atmos singletons
var/list/gas_reactions = list()
//Special functions lists
var/list/turf/active_super_conductivity = list()