distro fix

This commit is contained in:
duncathan
2015-09-07 11:19:01 -06:00
parent a4b0a7e1bf
commit 36ba00fa6e
@@ -66,5 +66,5 @@
/obj/machinery/atmospherics/components/unary/tank/air/New()
..()
var/datum/gas_mixture/air_contents = AIR1
air_contents.oxygen = AIR_CONTENTS
air_contents.nitrogen = AIR_CONTENTS
air_contents.oxygen = AIR_CONTENTS * 0.2
air_contents.nitrogen = AIR_CONTENTS * 0.8