Merge pull request #9836 from Ghommie/Ghommie-cit364

Ports "Uses defines for turf atmos"
This commit is contained in:
kevinz000
2019-11-19 21:32:42 -07:00
committed by GitHub
15 changed files with 67 additions and 53 deletions
@@ -15,7 +15,7 @@
//used for mapping and for breathing while in walls (because that's a thing that needs to be accounted for...)
//string parsed by /datum/gas/proc/copy_from_turf
var/initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
var/initial_gas_mix = OPENTURF_DEFAULT_ATMOS
//approximation of MOLES_O2STANDARD and MOLES_N2STANDARD pending byond allowing constant expressions to be embedded in constant strings
// If someone will place 0 of some gas there, SHIT WILL BREAK. Do not do that.