updates vars to use the defines

This commit is contained in:
Purpose
2018-09-16 01:22:57 +01:00
parent 85e35bcba9
commit 037f215d16
105 changed files with 203 additions and 228 deletions
@@ -1,7 +1,7 @@
/obj/machinery/atmospherics/binary
dir = SOUTH
initialize_directions = SOUTH|NORTH
use_power = 1
use_power = IDLE_POWER_USE
var/datum/gas_mixture/air1
var/datum/gas_mixture/air2
@@ -150,4 +150,4 @@
/obj/machinery/atmospherics/binary/process_atmos()
..()
return parent1 && parent2
return parent1 && parent2