mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
distro fix
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user