Initial Commit

This commit is contained in:
Fox-McCloud
2017-08-10 18:01:03 -04:00
committed by Alffd
parent ab129818d7
commit 543add7c10
41 changed files with 144 additions and 99 deletions
@@ -33,8 +33,9 @@
add_underlay(T, node1, turn(dir, 180))
add_underlay(T, node2, dir)
/obj/machinery/atmospherics/binary/passive_gate/process()
if(!..() || !on)
/obj/machinery/atmospherics/binary/passive_gate/process_atmos()
..()
if(!on)
return 0
var/output_starting_pressure = air2.return_pressure()